How to create text file in Android
How to create text file in Android A simple example on creating text files in Android. First create a new Android project in Android studio.… Read More »How to create text file in Android
How to create text file in Android A simple example on creating text files in Android. First create a new Android project in Android studio.… Read More »How to create text file in Android
ANDROID NAVIGATION TABS Android Navigation tabs with swipe view and design This post is about making Android Navigation tabs with dynamic colors. First create a… Read More »ANDROID NAVIGATION TABS
In my previous posts on Connecting Android to MS SQL server and simple login application in android using MS SQL Server I explained about how… Read More »Android Listview from MS SQL server
Simple and straight forward code to use directly to export the SQLite database. Here’s the code to export your android Sqlite Database to CSV file.… Read More »Android Export Sqlite Database
Simple Android Login page design Here’s an example of a good looking Login Screen for an Android Application : <LinearLayout xmlns:android=”http://schemas.android.com/apk/res/android” android:id=”@+id/sample_main_layout” android:layout_width=”match_parent” android:layout_height=”match_parent” android:orientation=”vertical”>… Read More »Simple Android Login page design
Share your PC content with Android mobile Ever wanted to share your computer’s videos, images, music and other files with your mobile device? ES FILE… Read More »Share your PC content with Android mobile
Android Swipe Views with Tabs (Custom Designs and Color) Android Navigation tabs with swipe wipe and design This post is about making Android Navigation tabs… Read More »Android Swipe Views with Tabs