Giter Site home page Giter Site logo

ronaldosc / android-programming-for-beginners Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/android-programming-for-beginners

0.0 1.0 0.0 590 KB

Android Programming for Beginners, published by Packt

License: MIT License

Java 100.00%

android-programming-for-beginners's Introduction

Android Programming for Beginners

This is the code repository for Android Programming for Beginners, published by Packt.

Build in-depth, full-featured Android 9 Pie apps starting from zero programming experience

What is this book about?

Android is the most popular OS in the world. There are millions of devices accessing tens of thousands of applications. It is many people's entry point into the world of technology; it is an operating system for everyone. Despite this, the entry-fee to actually make Android applications is usually a computer science degree, or five years’ worth of Java experience.

This book covers the following exciting features:

  • Master the fundamentals of coding Java for Android
  • Install and set up your Android development environment
  • Build functional user interfaces with the Android Studio visual designer
  • Add user interaction, data captures, sound, and animation to your apps
  • Manage your apps’ data using the built-in Android SQLite database

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

public void showNote(int noteToShow){
DialogShowNote dialog = new DialogShowNote();
dialog.sendNoteSelected(noteList.get(noteToShow));
dialog.show(getSupportFragmentManager(), "");
}

Following is what you need for this book: This book is for you if you are completely new to Java, Android, or programming and want to make Android applications. This book also acts as a refresher for those who already have experience of using Java on Android to advance their knowledge and make fast progress through the early projects.

With the following software and hardware list you can run all code files present in the book (Chapter 1-29).

Software and Hardware List

Chapter Software and Hardware required OS required
1 to 29 Android Studio (latest 3.x+) Windows, Mac OS X, and Linux (Any)

Related products

Get to Know the Author

John Horton is a programming and gaming enthusiast based in the UK. He has a passion for writing apps, games, books, and blog articles. He is the founder of Game Code School.

Other books by the authors

Suggestions and Feedback

Click here if you have any feedback or suggestions.

android-programming-for-beginners's People

Contributors

akhilnairnp avatar packt-itservice avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.