Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

PDF Converter is an android project to perform a number of operations on PDF :

  • Convert multiple images to PDF
  • Convert text to PDF
  • Merge multiple PDFs
  • Split PDFs
  • Reorder PDF
  • Remove pages from a PDF
  • Compress PDF
  • Extract images from a PDF
  • View history PDF operations
Sep 16, 2018

This project implements one of the most beautiful animations of the class RecyclerView, the class ItemTouchHelper. The ItemTouchHelper class implements the dragging of each object on the RecyclerView class by revealing a view under the first sliding view.

Sep 16, 2018

This is an Android sample project that shows how to implement android transition motion like on one beautiful Dribbble shot.

Sep 9, 2018

A Custom camera Demo App. In this Demo we can take pictures and record videos too using camera2api.

Why would anyone want to use this? If someone wants to upload pictures or videos from its own app to main the quality of app content. Like instagram use its own custom camera.

Jul 28, 2018

A demo app to showcase constraint layout implementation in Android.

Jul 22, 2018

Episodie is a TV show time tracker app with unusual design. Get to know how much time you spent watching tv shows. Track easily overall progress of your favorite shows and discover new ones. Stay up to date with new premieres thanks to notifications.

Features:

  • Discover new premieres, most popular shows and TOP 100 series based on IMDB list.
  • Search for a TV show series without ads.
  • Calculate your total time spent watching TV shows.
  • Get notifications about new episodes.
  • Get notification to remind you that a new tv show premiere is today.
  • Mark off a season progress easily.
  • Collect your favorite tv shows in your library's feature.
  • Big amount of tv shows and time statistics continuously updated. All data comes from tvmaze.com database building by huge community.
Jun 10, 2018

A demo of how to implement AES encryption in Android & iOS.

May 20, 2018

A RecyclerView that looks like a TableView, can scroll horizontally and vertically with a fixed header at the same time.

Apr 19, 2018

A simple Android MVP Architecture sample using the Github API.

Apr 14, 2018

A simple implementation of android app based Android new architecture components (ViewModel, LiveDate, RoomDAO) with Dagger2 & Retrofit2. Written in Kotlin.

Apr 14, 2018

By applying viewpager animation you can also make AMAZING Reside Menu.

Apr 10, 2018

Examples of memory leaks and common patterns that cause them in Android development and how to fix/avoid them.

Apr 9, 2018

Media Converter is a robust Android application build on top of FFmpeg with clean UI. As it name, user can convert media file to other encoding format easily with preset commands. The app also can be extended, by allowing user to create their own command.

Apr 8, 2018

This is simple example of pure MVVM (Model VIew View-Model) android architecture example using Data Binding, ViewModel and many more features.

Mar 31, 2018

A sample Android application, written in Kotlin, to demonstrate how to build screens as fully independent modules.

Use cases:

  • Screen 1: type a user
  • Screen 2: load and display GitHub repos for this user
Mar 19, 2018

This is an Android Clean Architecture base project using 100% Kotlin including Unit tests!

You could use it as the base project when you create a new Android project. This architecture optimized the Clean Architecture and MVP for the Android Kotlin project. When using this architecture, you could isolate the UI, business logic and data sources, and also making the unit test easier.

Benefits:

  • Makes your new project clean
  • Isolates UI, business logic and data sources responsibilities
  • Testable
  • Avoids multi-threading problems
Mar 18, 2018

Here you can learn how i implement these amazing transformations on ViewPager.

Mar 18, 2018

Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!

Main purpose of this repo is dealing unit testing problems and find easy ways to handle them.

Mar 17, 2018

Examples of application architecture implements in Android. Contains MVC, MVVM, Redux.

Mar 16, 2018

This project demonstrates how to use TensorFlow Lite on Android for handwritten digits classification from MNIST.

Mar 12, 2018

It is a Data Binding example project that illustrate how Data Binding works, why we have to use it instead of old fashion way, how to implement MVVM Design Pattern using Data Binding and creating a full calculator project with all common functions in only half an hour.

Mar 10, 2018

An Android project with MVP pattern which adapts with new Android architecture components introduced in Google IO 2017. It provides lifecycle-aware Presenter with support of LifeCycle and local data source handled by Room (an abstraction layer over SQLite).

This demo project uses StackExchange API as a remote data source. Also, it covers basic and general tasks which most Android apps deal with.

Mar 10, 2018

Many people facing confusion about how to integrate PayTm in Android. This demo application shows how to do it.

Mar 10, 2018

It allows you to instruct a TextView to let the text size expand or contract automatically to fill its layout based on the TextView's characteristics and boundaries. This setting makes it easier to optimize the text size on different screens with dynamic content.

Feb 25, 2018

An experiment about OCR in Android.

Feb 18, 2018

Product Hunt client for Android.

Feb 18, 2018

A demo project based on MVVM clean architecture and material design & animations.

Jan 30, 2018

This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView.

Jan 21, 2018

This example was made by me for the open souce community to show how comfortable is to adjust volume without keys while streaming videos.

Jan 20, 2018

Examples of using FFMpeg library on Android with Kotlin For Video, Audio and Image/GIF operations.

Jan 18, 2018