7 Exercises for now
An intro to Android via a set of self-guided exercise.
- Install Node.js
- Install Git
- Install Android SDK with Android Studio 2.3 or higher version
- Run
npm install androidschoolbasics -g
- In case it fails, easiest way is to prefix with
sudo
:sudo npm install -g androidschoolbasics
- or to: fix your npm permissions.
- (Ubuntu users) run
sudo apt-get install nodejs-legacy
- Clone the repository of the android project you're goin to use in android studio
- Run
androidbasics
inside the android project directory - Learn!
androidbasics
will run through a series of Android workshops. Starting at a basic "HELLO WORLD" and moving on to more basics exercises.
Once you have finished androidbasics
, you can keep learning new stuff by yourself.
androidbasics
is proudly brought to you by the following hackers:
Kevin Gamboa | GitHub/kevingamboa17 | Twitter/@kevingamboa17 |
---|