Some Questions about Android dev.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Some Questions about Android dev..

1.is sdk is essential for devolopment ? 2.what is flutter ? 3.where can I learn best course of development? 4.is following structure is correct ⬇️ Frame work=java Main programme = python/c/c++

22nd Aug 2020, 2:24 PM
Shubham Ingale
Shubham Ingale - avatar
4 Answers
0
1. Sdk stands for Software Development Kit, it is the collection of necessary tools for developing software for different platform. Lots of tools and plugins are required to build application for any platform, so SDK is most important for development. 2. Flutter is a framework based on dart programming which is used to create awesome user interface for mobile, desktop and web apps. Flutter was created by google. 3. Java is not a framework, but a programming language like python, c or c++. Framework are a pre-written block of codes which can be re-used in our program. Using framework, we can write programs in simpler and cleaner way. We don't need to have that much programming knowledge while using a framework than writing codes from scratch. The popular frameworks are: Flutter which is written in dart, ruby on rails is framework written in ruby,, django, numpy, etc are python frameworks, etc. Frameworks help to save time for building a program and also helps to write a program in less amount of code.
22nd Aug 2020, 2:53 PM
Bibek Oli
Bibek Oli - avatar
+ 2
23rd Aug 2020, 12:32 AM
Shubham Ingale
Shubham Ingale - avatar
+ 1
Thanks Bibek Oli , But I want now no.3 Question.
22nd Aug 2020, 3:13 PM
Shubham Ingale
Shubham Ingale - avatar
0
AnDyOs[SHUBHAM INGALE] ohh sorry, I missed that point, first specify which programming you want to learn. * Sololearn itself has courses of many popular languages, * w3schools.com is also great place to learn web development. * Good courses are available on youtube and udemy. * Google + stackoverflow is the place to search for your problem and solve it.
22nd Aug 2020, 5:03 PM
Bibek Oli
Bibek Oli - avatar