Posts

Mobile Note Android App

MobileNote is an android application which will help you to save short note.. Download Features:     1. Create new note;     2. Edit note;     3. Delete note;     4. PassNote(It's a different type of function which is used to save password as note in encrypted format, it will help you to remember all the username and password in one place.. The real date will be encrypted even developer can't see that.); MobileNote_1.1.0

All Calendar Android App

By this android app we can use to get everyday english, bengali and arabic date. Also we can calculate our age by age calculator as well as date conversion namely english to bengali date.. The download link of All Calendar app is given below- Download https://drive.google.com/file/d/17mXV2g7lmniejTW3Qm0ouwYjctbMVo7M/view?usp=sharing Features: Bengali date; Arabic date; English date; Age calculator; Date converter; App sharing option; Feedback option; About app functionality and developer; App Size: about 3.5MB; Homescreen widget. Requirements: Android version 7.0 or higher; API Level 24 or higher.   New version of this app is available, we have added widget for our homescreen. This version name is All Calendar_1.1.2

CSE Library Mobile Application

This is the download link for CSE Library mobile application. Thank in advance. Download

Rm Printer User Applicaion

This application is for all the customers of Rm Printer. To know your advance or due amount please install this app and enjoy. Thank you. Download

Navigation Drawer and Popup Menu

This article will help you to make an android app with Navigation Drawer and Pop-up Menu  to put data. The screenshot of the main layout is given below..  Let's see the processes..

Firebase RealTime Database and Authentication(with Email & Password) Together

This content is coming soon. keep visiting.. Thank you..

Firebase RealTime Database(SetData)

Image
This article will help you to make an android app with Firebase RealTime Database   to put data. The screenshot of the main layout is given below.. Above the photo there are some data field where we will set value and that value will store in firebase realtime database. Let's see the processes.. build.gradle apply plugin: 'com.android.application' android {     compileSdkVersion 28     defaultConfig {         applicationId "rmproduct.actionbar.com"         minSdkVersion 15         targetSdkVersion 28         versionCode 1         versionName "1.0"         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"     }     buildTypes {         release {             minifyEnabled false         ...