CodeNewbie Community 🌱

# android

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Testing in Android. Unit test check list

Testing in Android. Unit test check list

3
Comments
2 min read
Testing in Android. Better return value.

Testing in Android. Better return value.

3
Comments 1
2 min read
Testing in Android. Testing LiveData

Testing in Android. Testing LiveData

3
Comments
4 min read
Testing in Android. Testing the Room database @Insert

Testing in Android. Testing the Room database @Insert

2
Comments
6 min read
Android Simplified. Documenting code

Android Simplified. Documenting code

3
Comments
2 min read
Android Simplified. Toasts vs Snackbars

Android Simplified. Toasts vs Snackbars

3
Comments
2 min read
Testing in Android. Fundamentals

Testing in Android. Fundamentals

3
Comments
4 min read
Android Runtime and Dalvik

Android Runtime and Dalvik

3
Comments
2 min read
Asynchronous queries in Android.

Asynchronous queries in Android.

3
Comments
7 min read
Room database. RecyclerView Part 1

Room database. RecyclerView Part 1

3
Comments 2
5 min read
Room database. DOAs

Room database. DOAs

3
Comments
3 min read
Room database. Entities

Room database. Entities

3
Comments
3 min read
What is SQLite?

What is SQLite?

4
Comments
3 min read
App Building. Episode 1. Design

App Building. Episode 1. Design

7
Comments 2
2 min read
A light introduction to the Android intent system

A light introduction to the Android intent system

3
Comments 2
3 min read
Adding OnClickListener to RecyclerView in Android

Adding OnClickListener to RecyclerView in Android

3
Comments
8 min read
Java Quickies. Generics

Java Quickies. Generics

7
Comments
3 min read
45 useful mobile apps that I use as a developer

45 useful mobile apps that I use as a developer

4
Comments 19
7 min read
Why you should become a mobile app developer

Why you should become a mobile app developer

3
Comments 7
2 min read
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);