This article is a simple step-by-step of how to start a project with React Native and Redux.
Source Code (Branch init)
Create-react-native-app
Following the path of its excellent web brother, I recommend the use of the create-react-native-app
to bootstrap your new project. This one configures all the build tools
necessary to create a React Native app, and gives you some excellent Expo integrations.
First...
Showing posts with label mobile-telecom. Show all posts
Showing posts with label mobile-telecom. Show all posts
Sunday, September 1, 2019
Sunday, September 01, 2019
Getting started with React Native and Redux
Friday, March 1, 2019
Friday, March 01, 2019
Announcing the Ionic React Beta
How to Get Started with React & Ionic?
Getting started is quite simple. Begin first with create-react-app,
because we want you to use Ionic with React in the most familiar way. We
also recommend using TypeScript in your app, something we recently wrote about on our blog
if you need tips. While this is not required, we mention it because
Ionic React ships with TypeScript type definitions,...
Sunday, January 7, 2018
Sunday, January 07, 2018
Unstructured Supplementary Service Data (USSD)
Unstructured Supplementary Service Data (USSD), sometimes referred to as "Quick Codes" or "Feature codes", is a communications protocol used by GSM cellular telephones to communicate with the mobile network operator's computers. USSD can be used for WAPbrowsing, prepaid callback service, mobile-money services, location-based content services, menu-based information...
Sunday, June 11, 2017
Sunday, June 11, 2017
Beginning PhoneGap android on ubuntu
1-Install common tools
sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm
sudo ln -s /usr/bin/nodejs /usr/bin/node
sudo apt-get install git
download and install a...
Saturday, February 25, 2017
Saturday, February 25, 2017
Web Apps in WebView
To deliver a web application or some web pages as a part of an android client application,
you can do it using WebView.
The WebView class is an
extension of Android's View class that allows you to display web pages as a
part of your activity layout. It does not include web
browser, navigation controls or an address bar,.. just web page content.
WebView can be used to display static...
Saturday, April 16, 2016
Saturday, April 16, 2016
Các dạng khác nhau của ứng dụng mobile

3 dạng khác nhau của ứng dụng mobile
There are three different forms in which an application can reach a user on the mobile platform. They are as follows:
Native apps: Native apps are purely specific to the target mobile platform. They are developed in the platform-supported languages and are very...
Wednesday, March 23, 2016
Wednesday, March 23, 2016
Using an ArrayAdapter with ListView

Android ListView:
ListView in Android is an UI control that display a list of items and can be scrolled through them by user. The items can be image list,text list, or any other type.
To use it > Select the ListView container from Palette into a main.xml file.
Android Adapters
are...
Friday, January 1, 2016
Friday, January 01, 2016
Mobile Concept

Các dạng khác nhau của ứng dụng mobile
Touch: Swipe, tap, and beyond
Telecommunications
Telecommunications, also called telecommunication, is the exchange of information over significant distances by electronic means. A complete, single telecommunications circuit consists of two stations, each...
Thursday, April 5, 2012
Thursday, April 05, 2012
Hello Mobile Web
What’s a Mobile Web App?
A mobile web app is an application that is built with the core client web technologies of HTML, CSS, and JavaScript, and is specifically designed for mobile devices. Helping mobile web apps get a bit of attention are the trends toward HTML5 and CSS3—the latest “versions” of two of the technologies. We explore both HTML5 and CSS3 in detail in the book, along with a...