A simple app that shows the origin of the word we search

Related tags

App DictionaryApp
Overview

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

DictionaryApp

A simple app that shows the origin of an english word
Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

A simple app that shows the origin of an english word.
I created to put in practice the MVP and MVVM architecture and to learn RxJava

Acknowledgements

  • RxJava
  • Material You
  • Retrofit
  • MVP
  • MVVM
  • Testing
You might also like...
Movie Search App - using Flow, Suspend Function, AAC ViewModel, Dagger Hilt and so on.
Movie Search App - using Flow, Suspend Function, AAC ViewModel, Dagger Hilt and so on.

Movie Search App - using Flow, Suspend Function, AAC ViewModel, Dagger Hilt and so on.

A manga reader app that can be used save / search / find and read latest manga / manhwa
A manga reader app that can be used save / search / find and read latest manga / manhwa

A manga reader app that can be used save / search / find and read latest manga / manhwa

A recipe app where user can search new recipes from an API
A recipe app where user can search new recipes from an API

Recipe -app This is a recipe app where user can search new recipes from an API, save them, create their own recipes and edit saved recipes. The app is

ComicsShow app: Display comics and search for any favourites one

ComicsShow app: Display comics and search for any favourites one. Technologies used: Koin: For injecting class and providing modules on runtime :). Vi

An app which displays questions from Stack Exchange from it's api. Can search questions with tags as well. Uses MVVM architecture, dependency injection, coroutines, retrofit2 for network calls

Stack Exchange app What the app does? Shows a list of trending questions from stack exchange api Can search for the desires question. Can add tags to

Kurly-assignment - Search GitHub Repository App For Android
Kurly-assignment - Search GitHub Repository App For Android

Search GitHub Repository App Outline Github 내의 수많은 리포지토리를 키워드를 통해 검색할 수 있습니다. Ho

Movie Info - MovieInfo app that recieves popular movies and allow the user to search for specific movie through the restapi
Movie Info - MovieInfo app that recieves popular movies and allow the user to search for specific movie through the restapi

Movie_Info MovieInfo app that recieves popular movies and allow the user to sear

📺 A sample app to showcase Twyper with GitHub repo search API
📺 A sample app to showcase Twyper with GitHub repo search API

swipe-search A sample app to showcase Twyper with GitHub repo search API 📺 Demo Screen.Recording.2022-02-20.at.9.36.10.PM.mov 📚 Tech Stack What How

Github Repo Search Android App
Github Repo Search Android App

Github Repo Search Android App Modular android app for searching trending Github repositories and the details of each repository.

Comments
  • fix: fixing memory leak in mvp

    fix: fixing memory leak in mvp

    Esse é um problema comum na arquitetura mvp que precisa de atenção na sua implementação. Ao contrário do mvvm, no mvp o presenter possui uma referência a visualização (mesmo que tipada pelo contrato), e pela visualização também possuir uma referência do presenter aqui temos um memory leak. O problema aqui é que o garbage collection não vai conseguir limpar nenhum dos dois objetos porque sempre um vai estar apontando para o outro, o que pode ser um problema em aplicações grandes com muitas telas. A solução é usar o ciclo de vida da visualização pra eliminar a referência quando ela não for mais necessária.

    opened by Irineu333 0
Owner
Arthur Gonzaga
Android Developer
Arthur Gonzaga
A simple word quiz app to prepare for English proficiency tests

Vocab-Buddy Vocab Buddy is a simple, free, and ad-free word quiz app that is designed to help users exercise/improve their vocabulary for globally rec

Dishant Behera 8 Jun 11, 2022
A simple android app written in Kotlin to get defination of word entered from Free Dictionary API.

FlashCard A simple android app written in Kotlin to get defination of word entered from Free Dictionary API. Problem Statement Many of students don't

RITEK ROUNAK 3 Jan 20, 2022
A simple hello word Android Studio project for Haxe/Heaps

Heaps Android - Hello World An Android Studio project for a simple Heaps.io Hello World. I'm probably not maintaining this, but it may work and if not

null 18 Nov 30, 2022
App to randomly translate word through different languages

App to randomly translate word through different languages

Grzybek 0 Jun 24, 2022
📚 Sample Android Components Architecture on a modular word focused on the scalability, testability and maintainability written in Kotlin, following best practices using Jetpack.

Android Components Architecture in a Modular Word Android Components Architecture in a Modular Word is a sample project that presents modern, 2020 app

Madalin Valceleanu 2.3k Jan 3, 2023
Simple app to search for food recipes

Resepy Simple app to search for food recipes. Notes This app uses : Jetpack Compose Unidirectional Data Flow Pattern Dagger Hilt Paging 3 Flow Corouti

Ahmad Jailani 4 Jul 17, 2022
The app has got fullscreen Turkey map via Huawei Map. App selects random province and shows it borders on the map than user will try to guess the provinces name.

Il Bil App Introduction I will introduce you to how to implement Account Kit, Map Kit, Game Service. About the game: The app has got fullscreen Turkey

Gökhan YILMAZ 4 Aug 2, 2022
The AboutMe app - a demo app that shows information about a person

AboutMe The AboutMe app is a demo app that shows information about a person. Name Settable Nickname An image Scrollable information This app demonstra

Alexandre Pedro 1 Mar 7, 2022
A sample app that shows how to easily encrypt the room database in an Android app

A sample app that shows how to easily encrypt the room database in an Android app. The password used for encryption is generated on the first use and saved in the Android EncryptedSharedPreferences.

Lenz Karbaumer 3 Oct 26, 2022
Android app to search for Vaccines in India

Vaccine Finder Android app to search for Vaccines in India About Vaccine Finder Vaccine Finder is an Android app that checks for vaccines on your beha

Abishek V Ashok 5 Jun 30, 2021