Skip to content

L0puh/android_light

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lightweight android

lightweight way to compile android application without installing tons of software (i.e. android studio IDE). it supports NDK and simple xml editor for adding minimal forms to apps. all things happen in the terminal.

some of the tools are kind of outdated, so it works only for demos at the moment.

features

  • standalone android compilation, no android studio
  • ndk support
  • xml editor

usage

to create template of an app

sh setup.sh --name your_name --domain your_domain --version your_android_version

to compile and run the app (android device plugged in)

sh run.sh

editor

to create and edit new layouts, use the editor, located in editor folder. compile and run it with (from editor directory)

sh run.sh

Preview

image image2

TODO

a lot of stuff to do for editor, some of them are:

  • fix relative layout
    • add linkages
    • add proper stacking
    • fix to widget to "connect"
  • styling properties
    • add icons, images
  • more widgets
    • ImageView
    • ImageButton
    • CheckBox
    • RadioButton
    • ProgressBar
    • Switch
    • VideoView
    • ListView
  • add themes
  • add custom attributes (ability to add your own's)
  • docker container
  • tests...

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

lightweight alternative to android compilation

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors