Pinned Repositories
AdvanceRecyclerView
Advance use of RecyclerVIew
android-hapi-fhir
AnimatedVectorDrawableDemo
Android does not support SVGs (Scalable Vector Graphics) directly, Lollipop introduced new class called VectorDrawable, AnimatedVectorDrawable which allows to draw assets and animation in a similar fashion using only code.Later VectorDrawable and AnimatedVectorDrawable is available from Support Library 23.2. This Android app implements animation using Animated Vector Drawable support library.
CustomCameraApp
This is a custom camera Android app.Camera preview,image capture and user interface is customized.
FacebookIntegration
This app is about Android Facebook Integration. Its an example of Facebook login, get user data, get user all Friends, logout..
FileUpload
This project is about taking picture recording video and upload it to remote server. This project code is taken from androidhive.info website
PlayCompose
RecyclerViewCardViewDemo
This project implements RecyclerView and CardView. RecyclerView and CardView is major element introduced in Material Design. RecyclerView widget is a more advanced and flexible version of ListView. CardView extends the FrameLayout class and lets you show information inside cards that have a consistent look across the platform. CardView widgets can have shadows and rounded corners.
YearMonthPicker
This project is a simple example of Year and month picker dialog for Android
ZipManager
This project implements creating a zip file.
yousufshawon's Repositories
yousufshawon/AnimatedVectorDrawableDemo
Android does not support SVGs (Scalable Vector Graphics) directly, Lollipop introduced new class called VectorDrawable, AnimatedVectorDrawable which allows to draw assets and animation in a similar fashion using only code.Later VectorDrawable and AnimatedVectorDrawable is available from Support Library 23.2. This Android app implements animation using Animated Vector Drawable support library.
yousufshawon/RecyclerViewCardViewDemo
This project implements RecyclerView and CardView. RecyclerView and CardView is major element introduced in Material Design. RecyclerView widget is a more advanced and flexible version of ListView. CardView extends the FrameLayout class and lets you show information inside cards that have a consistent look across the platform. CardView widgets can have shadows and rounded corners.
yousufshawon/CustomCameraApp
This is a custom camera Android app.Camera preview,image capture and user interface is customized.
yousufshawon/FacebookIntegration
This app is about Android Facebook Integration. Its an example of Facebook login, get user data, get user all Friends, logout..
yousufshawon/FileUpload
This project is about taking picture recording video and upload it to remote server. This project code is taken from androidhive.info website
yousufshawon/YearMonthPicker
This project is a simple example of Year and month picker dialog for Android
yousufshawon/ZipManager
This project implements creating a zip file.
yousufshawon/advanced-textview
Advanced Android TextView
yousufshawon/android-support-23.2-sample
Sample Project for Android Support Library 23.2
yousufshawon/android_guides
Extensive Open-Source Guides for Android Developers
yousufshawon/custom-view-examples
Collection of example applications to highlight creating custom Views and ViewGroups within the Android framework.
yousufshawon/django-bangla-book
A crowd sourced Django book in Bangla
yousufshawon/engineering-blogs
A curated list of engineering blogs
yousufshawon/FloatingLabels
Android Material Design Floating Labels for EditText.In design support library a new element called TextInputLayout was introduced to display the floating label on EditText.The EditText has to be wrapped by TextInputLayout in order to display the floating label.This is very useful.
yousufshawon/GoogleSignIn
Simple Google SignIn on Android.
yousufshawon/InfiniteCycleViewPager
Infinite cycle ViewPager with two-way orientation and interactive effect.
yousufshawon/java-design-patterns
Design patterns implemented in Java
yousufshawon/Java8InAction
yousufshawon/ListViewInsideScrollView
yousufshawon/lunch-in
yousufshawon/material-pause-play-animation
yousufshawon/MyFabMenu
This project implements simple FAB menu like Facebook messanger and hangout.
yousufshawon/Ribbit
This a file sharing app with friends
yousufshawon/RibbitDesign
This project is a app for sending message to friends.
yousufshawon/robolectric
Android Unit Testing Framework
yousufshawon/RoundedImageView
A fast ImageView that supports rounded corners, ovals, and circles.
yousufshawon/sugar
Insanely easy way to work with Android Database.
yousufshawon/SwipeDownRefresh
SwipeRefreshLayout is used to refresh list data, fetch new data from online.This code is collected from Androidhive(http://www.androidhive.info/2015/05/android-swipe-down-to-refresh-listview-tutorial/)
yousufshawon/ViewFliperDemo
This project implements ViewFlipper and AdapterViewFlipper