git404hub

what is android-expert fr?

arisguimera/android-expert — explained in plain English

Analysis updated 2026-06-24

7,322KotlinAudience · vibe coderComplexity · 1/5Setup · moderate

tl;dr

Free beginner Android development course in Spanish that teaches Kotlin from zero and walks through building four complete apps: a BMI calculator, a task organizer, a superhero API search, and a night-mode settings screen.

vibe map

mindmap
  root((repo))
    What It Does
      Android dev course
      Kotlin from scratch
      Spanish language
    Apps Covered
      BMI calculator
      Task organizer
      Superhero API search
      Settings screen
    Learning Format
      Live on Twitch
      YouTube recordings
      Discord questions
    Audience
      Total beginners
      No prior coding needed

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Follow along with a free Spanish-language Android course and compare your code against the reference repository

VIBE 2

Build a BMI calculator app as your first complete Android project in Kotlin

VIBE 3

Learn to fetch data from a web API and display it in an Android app by following the superhero search example

VIBE 4

Create an Android settings screen with night mode support as a hands-on practice exercise

what's the stack?

KotlinAndroid

how it stacks up fr

arisguimera/android-expertaniyomiorg/aniyomizetbaitsu/compressor
Stars7,3227,2867,219
LanguageKotlinKotlinKotlin
Setup difficultymoderateeasyeasy
Complexity1/52/52/5
Audiencevibe codergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires Android Studio and an Android emulator or physical device for testing.

in plain english

This repository holds the source code for a free beginner Android development course taught in Spanish. The course teaches how to build Android apps using the Kotlin programming language, starting from scratch with no programming experience assumed. The curriculum covers Kotlin basics first: variables, functions, conditional statements, arrays, and lists. From there it moves into building actual Android apps. The course builds four complete example apps from start to finish: a BMI (body mass index) calculator, a task organizer, a superhero search app that fetches data from an external web API, and a settings screen that saves preferences and supports a night mode. Screenshots of each app are included in the README. The course runs live on Twitch, where the instructor explains the material and answers questions in real time. Edited recordings are later uploaded to YouTube. At the end of each session, exercises are assigned and reviewed at the start of the next one. Students can ask questions in a dedicated Discord channel. This repository is a learning resource, not a finished app for end users. All the material is free. The repository exists so students can follow along with the code, compare their work, or catch up on earlier lessons.

prompts (copy fr)

prompt 1
I'm following the android-expert course. Help me build a BMI calculator in Kotlin that takes height and weight inputs and displays the result with a health category label
prompt 2
I'm a beginner learning Kotlin for Android. Walk me through using a RecyclerView to display a list of superheroes fetched from a REST API
prompt 3
Help me add night mode to my Android app's settings screen using SharedPreferences so the preference persists after the app is closed
prompt 4
I'm following the android-expert curriculum. Help me structure a to-do task organizer in Kotlin with the ability to add, check off, and delete tasks

Frequently asked questions

what is android-expert fr?

Free beginner Android development course in Spanish that teaches Kotlin from zero and walks through building four complete apps: a BMI calculator, a task organizer, a superhero API search, and a night-mode settings screen.

What language is android-expert written in?

Mainly Kotlin. The stack also includes Kotlin, Android.

How hard is android-expert to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is android-expert for?

Mainly vibe coder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.