You are here |
wiresareobsolete.com | ||
| | | |
blog.iamsuleiman.com
|
|
| | | | Snackbar is a part of Material Design, available via Android Design Support Library. Let's look into implementing, styling and more in this tutorial. | |
| | | |
inthecheesefactory.com
|
|
| | | | Months agoI published an article related to Fragment State saving & restoring,Probably be the best way (?) to save/restore Android Fragment's state so far. A lot of valuable feed | |
| | | |
adityarohilla.com
|
|
| | | | Hey people! In this tutorial, we'll develop a basic Audio capturing android application. This tutorial is the second part of the series in which we develop basic Android applications. You can find the previous article on Screen mirroring here: Screen mirroring android app Let's start developing our recorder app. The most common way to do... | |
| | | |
wittchen.io
|
|
| | Introduction I really like Gradle build system for JVM apps. It has flexibility like Ant and great dependency management capabilities like Maven. It addition, it doesnt use XML notation, but Groovy programming language, so builds configurations are simple, concise, easier to read and easier to create. In my opinion, Gradle is truly modern build system for JVM apps. Nevertheless, there are projects, which are pretty old and use older systems like Ant. |