Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ Awesome-Android is an amazing list for people who need a certain feature on thei
- [Date & Time](#date--time)
- [Runtime Permissions](#runtime-permissions)
- [Other](#other)
- [Tools](#tools)
- [Localization](#localization)
- [Resources](#resources)
- [Code examples](#code-examples)
- [Podcasts](#podcasts)
Expand Down Expand Up @@ -436,7 +438,6 @@ Awesome-Android is an amazing list for people who need a certain feature on thei
- [andle](https://github.com/Jintin/andle) - command line tool help you sync dependencies, sdk or build tool version.
- [Typography](https://github.com/workarounds/typography) - An Android library that makes it easy to use custom fonts in views.
- [Calligraphy](https://github.com/chrisjenx/Calligraphy) - Custom fonts in Android an OK way.
- [transai](https://github.com/Jintin/transai) - command line tool help you manage localization string files.
- [Android-Link-Preview](https://github.com/LeonardoCardoso/Android-Link-Preview) - It makes a preview from an url, grabbing all the information such as title, relevant texts and images.
- [Sensey](https://github.com/nisrulz/sensey) - Detecting gestures in a snap.
- [UserAwareVideoView](https://github.com/kevalpatel2106/UserAwareVideoView) - A customized video view that will automatically pause video is user is not looking at device screen!
Expand All @@ -445,6 +446,13 @@ Awesome-Android is an amazing list for people who need a certain feature on thei
- [Gradle buildSrcVersions](https://github.com/jmfayard/buildSrcVersions) - A kotlin dsl to simplify dependencies management
- [Teller](https://github.com/levibostian/Teller-Android/) - Teller facilitates the downloading, saving, and reading of the cached data of your app. Keep your user's data fresh and remove those annoying loading screens!

## Tools

### Localization

- [transai](https://github.com/Jintin/transai) - Command line tool help you manage localization string files.
- [locheck](https://github.com/Asana/locheck) - Validate strings.xml files for many types of errors in translations

## Resources

- [Programming Community Curated Resources for Learning Android Development](https://hackr.io/tutorials/learn-android-development) - Android Tutorials & Courses submitted and voted by the programming community.
Expand Down