Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 736 Bytes

File metadata and controls

28 lines (20 loc) · 736 Bytes

Android-Samples

This repository save some my android samples. Each Android Studio Project has a Guide directory in which Process.txt is. Process.txt shows the whole process for build the task from default project.

ContentProviderContactsList

Show a Contacts List by name. User can check the contacts detail by click each name.

ContentProviderContactsListPhoneAndName

Show a Contacts List by phone number.

ContentProviderContactsReadProfile

Read user profile in the device.

JNIDemoUseSo

Use a existence .so file.

JNIDemoWithGradle

Build jni with AndroidStudio + Gradle.

JarMake

Export .jar with AndroidStudio.

JarUse

Use a existence .jar file.

RemoteServiceAidl

Show how to communicate Remote Service via AIDL.