• Stars
    star
    1
  • Language
    Kotlin
  • Created over 7 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple Android app in Kotlin, which simulates the magic 8 ball game. After a tap on "Shake Me" button, a new answer is shown randomly.

More Repositories

1

CryptoCurrencyApp

A simple app which consumes a REST service from Coinmarketcap API
Kotlin
77
star
2

NasaRoverPhotos

This is a project used to implement and explain several topics in Android Development. The idea is to share through different commits and branches different implementations regarding the use of frameworks, patterns and good practices. Almost all of the work will have some written articles trying to explain everything. I'm going to be documenting all the process in one article that references every branch of this repo.
Kotlin
74
star
3

basic_shaders

A small project to play a bit with shaders in Flutter
C++
8
star
4

Android11Permissions

This is a simple sample project that shows how to implement android's permissions using new Register Activity for Result API to ask for a given permission
Kotlin
5
star
5

EventSchedulerArchComp

Simple Kotlin app to schedule events and list them using new architecture components: Room, LiveData and ViewModels. Base app build.gradle setup was taken from Riggaroo's countdown app (Dagger2 Config)
Kotlin
4
star
6

ViewPager2_On_Boarding_Sample

This is a sample of how to leverage the easy of use of ViewPager2 API to implement an on boargind section of an Android app easily.
Kotlin
2
star
7

SnapHelperExample

This project shows how to use a SnapHelper to snap the contents of a recycler view to the start, center or end.
Java
2
star
8

AndroidNearbyObservable

Wrapper for handling nearby device messages in an Android App using RxJava Observables.
Java
1
star
9

ShimmerTest

Test of a shimmer implementation using Jetpack Compose
Kotlin
1
star
10

MovieDatabaseTopMovies

A simple Android app in Kotlin to list the top movies of the year and then a movie detail using The Movie Database API and with a simple architecture of MVVM + LiveDate + Room
Kotlin
1
star
11

CurrencyConverter

A simple Android App that consumes a currency converter services showing exchanges from USD to GBP, EUR, JPY and BRL and shows a graphic of their values
Java
1
star
12

KotlinTrainingApp

A simple app in Kotlin to show a general behavior: a main screen with a list of images, then after tapping on an image a new screen is shown with the detail, in this case, the image in a larger size. This app is a base example to a basic Kotlin training to show how easy an Android app could be implemented using Kotlin. It is based on Antonio Leiva's example.
Kotlin
1
star
13

FlutterMealsRecipes

A Flutter project to explore the use of Dart and Flutter. It connects to The Meal DB API (https://www.themealdb.com/api.php) to get the info of available meals recipes. You can navigate to a specific Meal Category or even use the Searching box to get a Meal Recipe by name.
Dart
1
star