Neha Sharma's repositories
BatteryNotifier
In this appliation, the battery state is retrived using BroadcastReceiver, BatteryManager is used to get the Battery level and a notification is dispayed if the battery is empty or full.
Music-Player-Tunes
Music Player is created using the MediaPlayer API in android
Camera-App
This Application starts the camera and takes pictures
Contact-List
This Application uses ContentProvider to fetch contacts from contact app then stores them in SQLite database and it is displayed using the RecyclerView
HelloCodeSchoolProject
Demonstration on how projects work at Code School.
In-App-Messaging
In this the SMS are received in Application and only also if user enter any keyword then only those messages will be displayed which contain that keyword
OpenGLESDemo
This respository has demo on OpenGL ES
Search-sms
This app will get all the messages from a particular user and retrieve the content requested from the message
Secure-Password
The password is secured using salt and hash technique. The salt is generated using SecureRandom and Hash using MessageDigest.
WatchTower
A sample application created to test, explore and demonstrate the Proximity Beacon API