Skip to content

sathishmepco/Android-Basics-Projects

Repository files navigation

Android-Basics---Projects

Android Download Manager

This project shows how to use Default Android Download Manager to download files like image, audio and video files. This is the best approach for downloading large files.

AdMob Android Demo Application

This project shows how to use ad banner and interstitial in android application. Here the keys are Test Api Keys, when you develop it for production purpose, need to use the Production Api Keys.

Mock Location Detector

This application detects whether the current location is taken from system provider of Mock Location Provider.

Syntax Highlighter

This application shows how to add syntax hightlighter in android applications.

SQLite Cipher (Encrypt sqlite database)

Using SQLIte Cipher library database is encrypted and decrypted.

RecyclerView with Checkbox and EditText

This project shows how to use checkbox and editext in the recyclerview item row.