Skip to content

Commit c3591f1

Browse files
authored
Create README.md
1 parent 3f3bf30 commit c3591f1

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Android-System-Programming
2+
Android System Programming published by Packt
3+
4+
This is the code repository for [Android System Programming](https://www.packtpub.com/application-development/android-system-programming?utm_source=GitHub&utm_medium=repo&utm_campaign=9781787125360), published by [Packt](www.packtpub.com). It contains all the supporting project files necessary to work through the book from start to finish.
5+
6+
## About the Book
7+
Android system programming involves both hardware and software knowledge to work on system level programming. The developers need to use various techniques to debug the different components in the target devices. With all the challenges, you usually have a deep learning curve to master relevant knowledge in this area. This book will not only give you the key knowledge you need to understand Android system programming, but will also prepare you as you get hands-on with projects and gain debugging skills that you can use in your future projects.
8+
## Instructions and Navigations
9+
All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.
10+
11+
12+
13+
The code will look like the following:
14+
```
15+
[
16+
static struct hw_module_methods_t lights_module_methods = {
17+
.open = open_lights,
18+
};
19+
]
20+
```
21+
22+
## Related Products
23+
* [Meteor: Reactive Android Programming](https://www.packtpub.com/application-development/reactive-android-programming?utm_source=GitHub&utm_medium=repo&utm_campaign=9781787289901)
24+
25+
* [Android: Programming for Developers](https://www.packtpub.com/application-development/android-programming-developers?utm_source=GitHub&utm_medium=repo&utm_campaign=9781787123694)
26+
27+
* [Mastering Android Game Development with Unity](https://www.packtpub.com/game-development/mastering-android-game-development-unity?utm_source=GitHub&utm_medium=repo&utm_campaign=9781783550777)
28+
### Suggestions and Feedback
29+
[Click here](https://docs.google.com/forms/d/e/1FAIpQLSe5qwunkGf6PUvzPirPDtuy1Du5Rlzew23UBp2S-P3wB-GcwQ/viewform) if you have any feedback or suggestions.
30+

0 commit comments

Comments
 (0)