create directory Archives - Androhub

Camera Banner

Android working with Camera

Today we are going to learn how to capture image via Camera in Android. Integrating camera can be done in two ways. One is to use android inbuilt camera app which is very easy process. This method won’t give you much control over camera as everything is taken care by inbuilt camera app. This way

Read More
Take Screenshot Banner

Take a Screenshot programmatically in Android

Today we are going to learn how to take screenshot programatically in Android. It will help you if you want to share any screen from your app to WhatsApp, Facebook, Hangout or any other app. Before starting the article please go through Share Image and Text article it will help you in this article. Example

Read More
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