nicolasjafelle
Nicolas is a passionate mobile developer who has been working with Android Platform since 2010. Passionate retro gamer and 2D fan!
HdwBuenos Aires, Argentina
Pinned Repositories
AndroidDemo
Demo app to show how to start an Android App
ExpandableView
ExpandableView is a View showing only a content and when clicked on it, it displays more content in a fashion way
GoogleMapsV2Demo
Demo project of the Google Maps API v2 fully working in Android Studio!
PagingGridView
A Paging GridView with the same behavior as PagingListView.
PagingListView
PagingListView is a ListView with the ability to add more items on it when reaches the end of the list.
Qachee
Qachee is a generic cache system to use specially for Android Apps.
RefreshMenuItem
Menu item to show an indeterminate progress in the Android ActionBar.
SherlockNavigationDrawer
SherlockNavigationDrawer is the implementation of the latest Google UX component, Navigation Drawer. It should work exactly as Google Drive plus!! It works with ActionBarSherlock and devices with pre HC.
nicolasjafelle's Repositories
nicolasjafelle/PagingListView
PagingListView is a ListView with the ability to add more items on it when reaches the end of the list.
nicolasjafelle/PagingGridView
A Paging GridView with the same behavior as PagingListView.
nicolasjafelle/SherlockNavigationDrawer
SherlockNavigationDrawer is the implementation of the latest Google UX component, Navigation Drawer. It should work exactly as Google Drive plus!! It works with ActionBarSherlock and devices with pre HC.
nicolasjafelle/ExpandableView
ExpandableView is a View showing only a content and when clicked on it, it displays more content in a fashion way
nicolasjafelle/RefreshMenuItem
Menu item to show an indeterminate progress in the Android ActionBar.
nicolasjafelle/AndroidDemo
Demo app to show how to start an Android App
nicolasjafelle/Qachee
Qachee is a generic cache system to use specially for Android Apps.
nicolasjafelle/GoogleMapsV2Demo
Demo project of the Google Maps API v2 fully working in Android Studio!
nicolasjafelle/AndroidCastDemo
Android Studio project of the "cast-android-tictactoe".
nicolasjafelle/AndroidOrmLiteDemo
This is a demo to show how powerfull and easy ORMLite could be.
nicolasjafelle/LazyList
This is a fork of the LazyList proyect. The aim of this fork is to contribute and create an Android Library without any reference to Views, and to delay the "imageView.setImageBitmap" in order to let the implementation do it, do what the final project needs. For example: before set the Image to an ImageView reduce it size, put rounded corners or wathever the the final implementation need it.
nicolasjafelle/HoloForFroyo
Holo for Froyo
nicolasjafelle/GalleryCameraDemo
Example of Gallery and camera image/file pick up
nicolasjafelle/kotlinplayground
Just a proyect to play and learn Kotlin.
nicolasjafelle/maven-repo
Maven repository which contain Android .aar dependencies or .jar dependencies that are not in Maven Central. You can use it with Gradle or Maven.
nicolasjafelle/nicolasjafelle.github.io
nicolasjafelle/twitterDemo
Just a Demo to authenticate with Twitter and get Tweets. It also handles screen rotation!
nicolasjafelle/brastlewark
Showcase of a mini app to show smooth material transition in a proper way.
nicolasjafelle/brastlewarkotlin
Showcase of a mini app to show smooth material transition in a proper way. This is the Kotlin implementation
nicolasjafelle/ImageGalleryApp
Just another Kotlin playground