Wednesday, 23 May 2018

Android Runtime Permission with MyPermission Library in Kotlin

Android run time permission with MyPermission Library in Kotlin . You can get Code from github DOWNLOAD I am writing below Main Activity Code to have Access Permisssion MainActivity.java import android.Manifest import android.os.Bundle import com.stacklearning.mypermissionlibrary.MyPermission import...

Wednesday, 7 March 2018

Android Scanner App Tutorial With Zxing Library

Android Scanner Tutorial with Zxing Library Today i am going to let you know how to make "Scanner App". I got lot of messages and comment to a make a tutorial on scanner .  I have used Zxing Library, there are other libraries also. But i am usi...

Tuesday, 6 March 2018

Custom ListView with Image and Text

Custom ListView with Android Custom Listview is diffrent from SImple Listview in terms of complexity. Like  simple Listview, custom ListView also uses Adapter to insert data from data source like as string array, array, database etc.    Now in this tutorail you will learn  about...

Monday, 5 March 2018