Android Game Tutorial
Android Game Tutorial A very very simple android game using SQLite database. What the application will be doing is : A timer of 1 minute… Read More »Android Game Tutorial
All about Android
Android Game Tutorial A very very simple android game using SQLite database. What the application will be doing is : A timer of 1 minute… Read More »Android Game Tutorial
Android JSON Parsing This is a post explaining the use of JSON in android application. You can GOOGLE JSON to know its definition and all… Read More »Android JSON Parsing
Android Google Maps Tutorial After playing around with google maps api for android here’s the post about so far how much I have learned about… Read More »Android Google Maps Tutorial
ANDROID IMAGEVIEW FROM FILE A simple application showing how to set imageview from file (gallery, sdcard). First create a new project in Android Studio with… Read More »Android imageview from file
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