Non-Programming Programming Guide

Well, that’s why I am a very low-level programmer and would love to admit it. I can write simple programs like VB and python, etc., given the basic syntax. I want to write simple programs for Android, for example, a calculator that processes legs and inches, as well as a program that just looks for a database of products and tells me detailed information about them. Is there a simple solution where I can drag and drop some buttons and text fields and execute code, or do I need to learn all the gui drawing code and start from scratch? If I need to start from scratch, is there a book out there that does not suggest that I know any advanced coding methods or do I need to learn the whole language and then learn the SDK? I want to be able to write a program quickly and dirty, here are the variables here formula, do your thing ...

+3
source share
4 answers

Android App Inventor .

The problem with this approach is that you will learn how to create applications in App Inventor, but you will not learn how to program Java and not program Android. This may be useful as a first step, though, or if you really don't want your hands to be too dirty.

+6
source

The Android App Inventor can do exactly what you want. I did something similar to her.

( ) , ( ). , , .

: Android- Android App Inventor ( ). Android App Inventor ( , , java ). App Inventor ( , , , , QR- apk ). ​​

, Android Scripting

http://code.google.com/p/android-scripting/

QR- ( ). SL4A. SL4A > "" > " Python". test.py, , GUI python. SL4A - -, , ( Python, Python, , , ).

, , , - AndroidShell Lite. , "Local Console" . , AndroidShell SL4A, SLA4, , , , , python ( beanshell, ), , . "AndroidShell Lite" SL4A. .

+1

I suggest you do the following:
1. Improve your JAVA programming skill. Reading Material: "Think In Java"
2. Improve your basic Android programming skill: any entry-level Android book

Make sure when you go through the material, do everything possible to design and implement some useful projects and publish on the market, if possible.

0
source

Source: https://habr.com/ru/post/1766979/


All Articles