2015 - Page 2 of 13 - Androhub

Download Files Banner

Android Download Files & Save

In this tutorial we are going to learn how to download pdf, doc , video, mp3, zip ,etc. files from server and save them in device memory. Below are certain things that we are going to learn in this tutorial :  1. Download Files – Download Files from Server Url. 2. Save Files – Create

Read More
Dynamic Layout Banner

Android Creating Layouts Programatically

In Android sometimes you need to create layouts programatically or dynamically according to your need. So today’s is about how to create layouts programatically in android. Below is a method that I am going to use in this article. In this i am creating 5 Buttons dynamically and setting their ID’s for further use. After

Read More
Fragment_Banner

Android Pass Data from Activity to Fragment

Earlier we had learn how to pass data from one activity to another and get back data from another activity. You can find both tutorials here : Android Intent. StartActivityForResult. Today we are going to learn how to pass data from Activity to Fragment. Before starting this tutorial just go through Fragments Tutorial if you

Read More
Custom Font Banner

Android Custom Fonts TextView

In android, you can define your own custom fonts for the strings in your application. You just need to download the required font from the internet, and then place it in assets/fonts folder. In Eclipse the assets folder is by-default created but in Android Studio you have to create assets folder. Note : assets folder creating

Read More
Toolbar Animation Banner

Android Toolbar Animation Using Design Support Library

With the new Design support library for Android, it has become easier for us to create some great animations with minimal effort. We have seen WhatsApp profile view design with user image hide on scrolling. For that we need Design Support Library. In one of my earlier tutorial i had shown how to hide and show

Read More
Snackbar Banner

Android Material Design SnackBar Using Design Support Library

When Android 5.0 was released, new design guidelines were also released with it, called material design. It introduced many new design patterns and guidelines. But here we’ll discuss only one new UX concept introduced in material design called Snackbar. This new concept is inspired from the Toast widget of android. Android Snackbar is just like

Read More