Android Export Sqlite Database
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
All about Android
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
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
Android Clock Application In this post I will start directly with the process of modifying the application we created in the Getting Started Part. This… Read More »Android Clock Application
Getting started with Android Studio Android Studio is a development tool which you can use to make your own customize android apps. Its available… Read More »Getting started with Android Studio