Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by CesarValiente
A curated list of projects in awesome lists by CesarValiente .
https://github.com/cesarvaliente/kunidirectional
The goal of this sample app is to show how we can implement unidirectional data flow architecture based on Flux and Redux on Android... using Kotlin :wink:
android android-sample-application architecture flux kotlin kotlin-android redux unidirectional unidirectional-data-flow
Last synced: 18 Dec 2024
https://github.com/cesarvaliente/permissionssample
Sample app that shows how the new permissions model introduced in Android 6.0 works, and how we can implement it and educate our users on a nice way (following clean architecture, using architectural patterns, etc.)
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/quitesleep
Automatically exported from code.google.com/p/quitesleep
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/tldrlegal
TLDRLegal unofficial (community-made) app. Discover and learn what FLOSS licenses provide to you and to the community
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/geofencesdemo
Demo used in the 1st Berlin Android Meetup to show a demostration of geofencing in Android
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/dcberlin21-workshop
Learn how to make an app designed for single-screen devices shine when running on foldable and dual-screen devices
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/slidingpanelayoutsample
Sample using SlidingPaneLayout component
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/geofencesdemobaseproject
This project must be used together the project GeofencesDemo, this is just the structure of the project, but it needs the main functions that are located in GeofencesDemo
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/checkyouritems
CheckYourItems is a project of Comunes Collective to allow the user to know about the orogin of the products which can buy in any shop, or wathever product you want to know about it.
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/dual-screen-training-surface-duo-frame-layout-sample
This is a small sample app that shows how to use the SurfaceDuoFrameLayout easily in your app. SurfaceDuoFrameLayout provides an easy way to move the children views of this layout to the start and end screen, and using the whole width of both screens when an app is spanned.
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/list-detail-variant
This repo contains a variant of the list-detail dual screen pattern implementation where the detail view is still shown when we are back from spanned mode and we also show a back (up) action on the toolbar.
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/qualifiers-bazel-sample
This is a sample app that shows the usage of resource qualifiers + using Bazel to build and deploy
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/sonysmartwatch2hackathon
Project created to be used as main project during the Sony SmartWatch2 Hackathon in Berlin (Spetember'13)
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/dual-screen-training-tab-layout-sample
This is a small sample app that shows how to use the SrufaceDuoTabLayout easily in your app. SurfaceDuoTabLayout provides an easy way to move your tabs to start, end and using the whole width of both screens when an app is spanned.
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/preferences-foldable
This is a sample to showcase how the latest updates on androidx.preference, that target foldable, dual-screen and large-screen devices, work.
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/dual-screen-training-bottom-navigation-sample
This is a small sample app that shows how to use the SurfaceDuoBottomNavigationView easily in your app. SurfaceDuoBottomNavigationView provides an easy way to move your bottom navigation menu to start and/or end screens and using the whole width of both screens when an app is spanned.
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/yourlifealbum
Repository created to participate in the Photo Hack Day 2013 in Berlin
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/foldables-codelab
Different samples used to show how we can take advantage of what foldable devices bring
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/navigationrail-wm-sample
This is a sample that shows the power of using NavigationRail, BottomNavigation, latest Navigation component and WindowManager altogether, so depending on the device form factor used (single screen or foldable/dual-screen), a specific UI navigation will be shown to the user, taking advantage of the extra-room that these new devices provide.
android bottomnavigation dual-screen foldables jetpack-navigation navigationrail surface-duo windowmanager
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/androidwearworkshopexamples
Code with diverse examples about Android Wear used in the Workshop given at Romobos conference (Cluj Napoca, Romania, November 2014)
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/activity-embedding-sample
A sample that showcases Jetpack Window Manager's Activity Embedding API
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/dual-screen-training-window-manager-sample
This is a small sample app that uses WindowManager and that shows the information that provides so we can see how it changes according with the device posture, when the app is spanned/unspaned, when the orientation changes, etc.
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/dual-screen-training-list-detail-app
Simple app that follows and implements the list-detail dual-screen pattern.
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/navigation-foldable
This is a sample that shows how the latest updates on androidx.navigation, that target foldables, dual-screen and large-screen devices, work.
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/hipster-app
This is an app to learn all the things I missed, like version catalogs, gradle convention plugins, jetpack compose, hilt, etc.
Last synced: 16 Dec 2024
https://github.com/cesarvaliente/android-mix-stuff
This repository has some android stuff that I want to practice with, like animations, custom views, etc. anything ;-)
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/msftkotlinworkshop
Microsoft Android Dev Day 2019 - Kotlin workshop
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/spotifypuzzles
This is a repository created to implement the Spotify puzzles that they have in their website (https://www.spotify.com/uk/jobs/tech/)
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/rust-android-sample
This repository shows how we can use Rust to build Android apps/libraries.
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/random-string-generator-test
This is a sample app + library used to test automated publishing into Bintray/JCenter
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/kotlinforecastapp
Sample app following "Kotlin for Android devs" (by Anotnio Leiva)
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/isseparating-sample
This sample shows the value of the Jetpack Window Manager isSeparating API to enhance UIs for foldable devices.
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/hipster
A hipster app using hipster tools and libs... everything without sense.. without cleaning the house... :-P
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/emulator-testing
This is a repo used to show the new updates coming on the emulator testing area.
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/droidcon-berlin-2013
Project created at Droidcon Berlin 2013 Hackaton
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/cursoswiftunimonterrey
This repo is used as host of all exercises we do in the Coursera course "Swift: Programar para iOS" by Tecnólogico de Monterrey
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/dialogs-sample
This is a basic sample to showcase how we can customize dialogs to show them on specific areas of the display
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/cursoswiftunimonterrey2-ui
2nd part of the Coursera course about iOS development in Swift.
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/dokka-sample
This is a sample that showcases dokka usage to generate Kotlin docs from its source code
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/androidx-window-samples
androidx window manager sample taken from the original source and modified for easy deploy and test
Last synced: 27 Nov 2024
https://github.com/cesarvaliente/cesarvaliente
My personal-special GitHub repo
Last synced: 27 Nov 2024