• Stars
    star
    50
  • Rank 575,252 (Top 12 %)
  • Language
    Java
  • Created about 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Sample Android Application demonstrate how to track the current location of the device in a background service and share it to the Activity in the application

More Repositories

1

Change-Language-AtRuntime

Sample Android Application that shows you how to change the language locale at run time.
Java
24
star
2

AutoIncrementBuildVersion

Sample android application shows you how to automatically increment the build value specified in application build.gradle file when you build an APK whether it is debug or release mode.
Java
22
star
3

FireBaseAuthProject

Sample Android Application shows FireBase Authentication with Login, Register and Logout features.
Java
8
star
4

CheckInternetConnection

This is a sample android application written in Kotlin language to check internet connection status using broadcast listener. Since this checking is a repeated and common to all other activities in the application the logic is implemented in the base class.
Kotlin
8
star
5

Foreground-Service

Android Foreground service written in Kotlin. It is a a non killable foreground service that runs continuously.
Kotlin
7
star
6

TakeScreenShot

Sample Android application that shows you how to take the screen shot of the application screen programmatically.
Java
6
star
7

Kotlin-Splash-Screen

It is a sample android application written in Kotlin language shows you how to create a 5 seconds waiting splash screen and navigate to next page.
Kotlin
5
star
8

Sample-Notification-Example

In the this tutorial we will explain how to send a notification using Notification.Builder class. And how to schedule it after a certain interval. Here we show how to schedule the notification after 5 seconds.
Kotlin
5
star
9

GridView

GridView Sample Application For Beginners to refer.
Java
4
star
10

BlurViewProject

Sample android application to achieve Gaussian blur effect using RenderScript framework
Java
4
star
11

GradleVariables

Sample application shows how to write variables and methods in build.gradle file and later access it in activity class. Very useful if you are developing your application based on build variants.
Java
3
star
12

Heart-Shape-Using-XML

Sample Android Application shows you how to create a heart or favourite shape using XML shape drawable without using a extra graphics. Which is one of the commonly used shape in android applications.
Java
3
star
13

Create-Trinagle-Shape

Sample Android Application shows you how to create a triangle shape using XML shape drawable without using a extra graphics.
Java
2
star
14

GlideSampleApplication

Sample application with implementation of Glide V4
Java
2
star
15

WeakReferenceSample

Sample project shows you how to communicate with Activity from an AsyncTask by making WeakReference to Activity.
Java
1
star
16

MultidexApplication

Sample android application shows you how to create mulidex android application
Java
1
star
17

FrameAnimation

Demo applications showing how to create a simple frame animations using multiple images.
Java
1
star
18

ZipFolder

Zip Files into a directory programmatically
Java
1
star
19

CircularGradient

Sample Android Application shows you how to create circular gradient effect using java code for android i.e, programmatically.
Java
1
star
20

UpdateGradlePlugin

This is a sample Android Studio Project using latest Gradle and Gradle plugin version.
Java
1
star