This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tweets": [ | |
{ "category": "android", "text": "Jetpack Compose speeds up UI development." }, | |
{ "category": "motivation", "text": "Every mistake is a lesson." }, | |
{ "category": "coding", "text": "Debugging is twice as hard as writing code." }, | |
{ "category": "facts", "text": "The Eiffel Tower can be 15 cm taller during hot days." }, | |
{ "category": "android", "text": "Kotlin is now the preferred language for Android." }, | |
{ "category": "coding", "text": "Clean code is better than clever code." }, | |
{ "category": "motivation", "text": "Dream big, start small." }, | |
{ "category": "facts", "text": "Honey never spoils and can last for thousands of years." }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tweets": [ | |
{ "category": "android", "text": "Jetpack Compose speeds up UI development." }, | |
{ "category": "android", "text": "Kotlin is now the preferred language for Android." }, | |
{ "category": "android", "text": "WorkManager helps with background tasks." }, | |
{ "category": "android", "text": "Use LiveData for reactive UI updates." }, | |
{ "category": "android", "text": "Learn coroutines for async operations." }, | |
{ "category": "coding", "text": "Debugging is twice as hard as writing code." }, | |
{ "category": "coding", "text": "Clean code is better than clever code." }, |