Skip to content

sathishmepco/Android-Basics-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fe174a3 · Jul 12, 2020

History

58 Commits
Mar 27, 2019
Nov 29, 2019
May 13, 2019
Jun 23, 2020
Mar 29, 2019
May 12, 2019
Apr 2, 2019
May 13, 2019
May 13, 2019
Jul 12, 2020
Jul 12, 2020
Apr 2, 2019
May 13, 2019
Apr 2, 2019
Apr 2, 2019
Mar 29, 2019
Apr 2, 2019
Apr 4, 2019
Apr 19, 2020
Apr 2, 2019
Apr 21, 2020
May 6, 2020
Apr 27, 2020
May 6, 2020
Jul 1, 2020
Apr 4, 2019
Mar 29, 2019
Mar 29, 2019
Apr 2, 2019
Jul 12, 2020
May 12, 2019
Jul 12, 2020

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.