Audio Recording in Android Example : Building a Voice Recorder App

audio recording in android example

Voice Recorder  is one of the most basic features of any smartphone and it has been there since and before smartphones came into existence. It is quite a simple utility which enables users to record their voice or any other sound for that matter and the recording gets stored locally and can be listened to …

Read moreAudio Recording in Android Example : Building a Voice Recorder App

React Native Tutorial – Project Structure, IDE and Basic UI Elements

react native tutorial

Hello folks! This is the second post on React Native Tutorial. In this post, we are going to learn about the project structure of a react native project, what IDE we should use and using some basic layout elements such as Text (to display certain text), Button (you know it) and View (to encapsulate the …

Read moreReact Native Tutorial – Project Structure, IDE and Basic UI Elements

React Native for Android Tutorial for Beginners

React Native for Android Tutorial for Beginners

React Native is a framework that is used to build native apps using  react. The apps built on react native would work on both Android and iOS with performance better than that of a hybrid app, almost close to native apps. But here we will be focusing on React Native for Android. For those switching …

Read moreReact Native for Android Tutorial for Beginners

Video Call Android Tutorial – Implementing Video Call using Sinch

video call android tutorial

In the field of smartphones, video calling feature is yet another breakthrough and it turned out to be a pretty cool feature. Getting to see the person live you are talking to is really a great step towards narrowing the communication gap among people. Today, we have a large number of apps in play store …

Read moreVideo Call Android Tutorial – Implementing Video Call using Sinch

Crop Image Android Tutorial – Pick and Crop Image in Android

crop image android tutorial

Hello everyone, here I bring you this Crop Image Android Tutorial in which you will learn how to implement image picker and cropper. This utillity can be used for configuring Profile Images or some image related tasks where you need to pick any image from gallery or camera and then get a cropped image out …

Read moreCrop Image Android Tutorial – Pick and Crop Image in Android

Upload PDF File to Server in Android with PHP and MySQL

upload pdf file to server in android

Hi there, today’s  lesson is about Android Upload Service. Android Upload Service is a very simple and efficient way to achieve the target of uploading files of different extensions such as .pdf, .docx, .xls and so on and use them as per required. In this example, I”ll  show you how to upload pdf file to …

Read moreUpload PDF File to Server in Android with PHP and MySQL

Android Game Development Tutorial – Simple 2d Game Part 2

android game development

Hello friends, here comes the part 2 of Simple 2D Android Game Development Tutorial. Before we get started, let me do a quick recap of what we went through in part 1 of this project. So we began with designing the StartScreen. Then we created the class GameView.java in which we drew the Player, Enemy …

Read moreAndroid Game Development Tutorial – Simple 2d Game Part 2