How can i create a app which is connected to the internet. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How can i create a app which is connected to the internet.

Other hand I am creating app which is used for tests. In the app you can solve new tests and test your knowledge. Thanks for your attention

11th Aug 2020, 6:14 PM
Abubakirov Ahadjon
Abubakirov Ahadjon - avatar
23 Answers
+ 8
and will use heroku and github for deployment
11th Aug 2020, 8:11 PM
John Daniels
John Daniels - avatar
+ 7
Each app is different and our methodologies are always evolving, but this is a fairly standard process when developing mobile apps. This mobile app development process typically includes idea, strategy, design, development, deployment, and post-launch phases.
11th Aug 2020, 6:23 PM
Aveer Dhare
Aveer Dhare - avatar
+ 7
John Daniels Hey! Can you please kindly post one single answer than spam dividing them into many parts. It will be more easy to follow and this forum will be spam free.
11th Aug 2020, 8:13 PM
NightFox
NightFox - avatar
+ 6
and also learn mongo db
11th Aug 2020, 8:04 PM
John Daniels
John Daniels - avatar
+ 5
oooh soory for multiple answers, my phone has problem
11th Aug 2020, 8:18 PM
John Daniels
John Daniels - avatar
+ 5
Try Firebase both for Web, Android and IOS
13th Aug 2020, 5:46 PM
John Daniels
John Daniels - avatar
+ 4
Learn Node.Js
11th Aug 2020, 6:57 PM
John Daniels
John Daniels - avatar
11th Aug 2020, 8:00 PM
John Daniels
John Daniels - avatar
+ 4
make a server
11th Aug 2020, 8:04 PM
John Daniels
John Daniels - avatar
+ 4
Oh thank you
11th Aug 2020, 8:13 PM
Abubakirov Ahadjon
Abubakirov Ahadjon - avatar
+ 3
You have to create a backend that the app can access. Learn about Server side development.
11th Aug 2020, 6:43 PM
Ore
Ore - avatar
+ 3
Which recourse to advise
11th Aug 2020, 7:11 PM
Abubakirov Ahadjon
Abubakirov Ahadjon - avatar
+ 3
u will learn express
11th Aug 2020, 8:01 PM
John Daniels
John Daniels - avatar
+ 2
Do we require also backend for mobile apps like in web development ??
13th Aug 2020, 4:43 AM
Saroj Pradhan
Saroj Pradhan - avatar
+ 2
Design a web application, not a stand-alone application...
13th Aug 2020, 2:07 PM
Sanjay Kamath
Sanjay Kamath - avatar
+ 2
Nice question. I answer the question imagining you develop an apk. Actually to do that you need to follow some small steps. The developers' step. Then you can interact with your app to the internet and also render you UI to a web browser. In order to perform network operations in your application, your manifest must include the following permissions: <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> Before you add networking functionality to your app, you need to ensure that data and information within your app stay safe when transmitting it over a network. To do so, follow these networking security best practices: 1. Minimize the amount of sensitive or personal user data that you transmit over the network. 2. Send all network traffic from your app over SSL. 3. Consider creating a network security configuration, which allows your app to trust custom CAs or restrict the set of system CAs that it trusts for secure communication. For more information on applying secure networking principles, see Android's networking security tips. You can also check out the Android NetworkConnect sample. For further details with codes click here: https://developer.android.com/training/basics/network-ops/connecting#java
13th Aug 2020, 2:40 PM
Bits!
+ 2
Thanks Thesmallest and you are absolutely right on your way 🤘
13th Aug 2020, 3:20 PM
Bits!
+ 1
Vague question -> vague answer https://en.wikipedia.org/wiki/Server_(computing)
11th Aug 2020, 6:34 PM
Ockert van Schalkwyk
Ockert van Schalkwyk - avatar
+ 1
Android app yaratishni o'rganingda oldin akaxon!
13th Aug 2020, 6:07 AM
Shakhruz Mukhiddinov
Shakhruz Mukhiddinov - avatar
+ 1
Try React native Flutter Are most professional development in 2020 . There are hibrid for android, ios , web.
13th Aug 2020, 4:11 PM
siddharth
siddharth - avatar