Torrent Downloads » Other » [ DevCourseWeb com ] Udemy - Android Jetpack Compose with Retrofit Room Hilt in Kotlin
Other
[ DevCourseWeb com ] Udemy - Android Jetpack Compose with Retrofit Room Hilt in Kotlin
Torrent info
Name:[ DevCourseWeb com ] Udemy - Android Jetpack Compose with Retrofit Room Hilt in Kotlin
Infohash: D4F3024CA4FCA3BA59CCBC0EF83CA13AB1BE553A
Total Size: 3.33 GB
Magnet: Magnet Download
Seeds: 1
Leechers: 7
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2023-06-27 01:01:05 (Update Now)
Torrent added: 2023-06-27 01:00:59
Alternatives:[ DevCourseWeb com ] Udemy - Android Jetpack Compose with Retrofit Room Hilt in Kotlin Torrents
Torrent Files List
Get Bonus Downloads Here.url (Size: 3.33 GB) (Files: 443)
Get Bonus Downloads Here.url
~Get Your Files Here !
1. Introduction
1. Project introduction.mp4
1. Project introduction.srt
2. Project architecture.mp4
2. Project architecture.srt
3. Android Studio setup.mp4
3. Android Studio setup.srt
2. Basic Compose
1. How to use Jetpack Compose.mp4
1. How to use Jetpack Compose.srt
2. Create basic compose item.mp4
2. Create basic compose item.srt
3. Create a basic list.mp4
3. Create a basic list.srt
rover photo
curiosity.png
opportunity.png
perseverance.png
rover-svg.svg
spirit.png
3. Compose Navigation
1. How to use navigation compose.mp4
1. How to use navigation compose.srt
2. Create a second screen.mp4
2. Create a second screen.srt
4. Display a compose list based on a network request
1. How to use Retrofit.mp4
1. How to use Retrofit.srt
2. How to use Hilt.mp4
2. How to use Hilt.srt
3. Use Retrofit to get data from a remote server.mp4
3. Use Retrofit to get data from a remote server.srt
4. Display the list in a compose list.mp4
4. Display the list in a compose list.srt
MarsRover
app
build.gradle
gitignore
proguard-rules.pro
src
androidTest
java
com
example
marsrover
ExampleInstrumentedTest.kt
main
AndroidManifest.xml
java
com
example
marsrover
BaseApplication.kt
MainActivity.kt
NavCompose.kt
data
MarsRoverManifestRepo.kt
di
AppModule.kt
domain
model
RoverManifestConvertor.kt
RoverManifestUiModel.kt
RoverUiModel.kt
RoverUiModelCreator.kt
nav
Navigation.kt
service
MarsRoverManifestService.kt
model
ManifestPhotoRemoteModel.kt
PhotoManifestRemoteModel.kt
RoverManifestRemoteModel.kt
ui
manifestlist
MarsRoverManifestViewModel.kt
theme
Color.kt
Theme.kt
Type.kt
view
Error.kt
Loading.kt
ManifestList.kt
ManifestScreen.kt
RoverList.kt
res
drawable-v24
ic_launcher_foreground.xml
drawable
curiosity.png
ic_launcher_background.xml
opportunity.png
perseverance.png
spirit.png
mipmap-anydpi-v26
ic_launcher.xml
ic_launcher_round.xml
mipmap-anydpi-v33
ic_launcher.xml
mipmap-hdpi
ic_launcher.webp
ic_launcher_round.webp
mipmap-mdpi
ic_launcher.webp
ic_launcher_round.webp
mipmap-xhdpi
ic_launcher.webp
ic_launcher_round.webp
mipmap-xxhdpi
ic_launcher.webp
ic_launcher_round.webp
mipmap-xxxhdpi
ic_launcher.webp
ic_launcher_round.webp
values
colors.xml
strings.xml
themes.xml
xml
backup_rules.xml
data_extraction_rules.xml
test
java
com
example
marsrover
ExampleUnitTest.kt
build.gradle
gitignore
gradle.properties
gradle
7.5
checksums
checksums.lock
md5-checksums.bin
sha1-checksums.bin
dependencies-accessors
dependencies-accessors.lock
gc.properties
executionHistory
executionHistory.bin
executionHistory.lock
fileChanges
last-build.bin
fileHashes
fileHashes.bin
fileHashes.lock
resourceHashesCache.bin
gc.properties
buildOutputCleanup
buildOutputCleanup.lock
cache.properties
outputFiles.bin
file-system.probe
vcs-1
gc.properties
wrapper
gradle-wrapper.jar
gradle-wrapper.properties
gradlew
gradlew.bat
local.properties
settings.gradle
5. Create a list with image
1. Add a third screen in the navigation.mp4
1. Add a third screen in the navigation.srt
2. Create the network request.mp4
2. Create the network request.srt
3. Display the list from the network.mp4
3. Display the list from the network.srt
4. How to use coil.mp4
4. How to use coil.srt
5. Use Coil to display the image.mp4
5. Use Coil to display the image.srt
MarsRover
app
build.gradle
gitignore
proguard-rules.pro
src
androidTest
java
com
example
marsrover
ExampleInstrumentedTest.kt
main
AndroidManifest.xml
java
com
example
marsrover
BaseApplication.kt
MainActivity.kt
NavCompose.kt
data
MarsRoverManifestRepo.kt
MarsRoverPhotoRepo.kt
di
AppModule.kt
domain
model
RoverManifestConvertor.kt
RoverManifestUiModel.kt
RoverPhotoUiModel.kt
RoverUiModel.kt
RoverUiModelCreator.kt
nav
Navigation.kt
service
MarsRoverManifestService.kt
MarsRoverPhotoService.kt
model
CameraRemoteModel.kt
ManifestPhotoRemoteModel.kt
PhotoManifestRemoteModel.kt
PhotoRemoteModel.kt
RoverManifestRemoteModel.kt
RoverPhotoRemoteModel.kt
RoverRemoteModel.kt
ui
manifestlist
MarsRoverManifestViewModel.kt
photolist
MarsRoverPhotoViewModel.kt
theme
Color.kt
Theme.kt
Type.kt
view
Error.kt
Loading.kt
ManifestList.kt
ManifestScreen.kt
PhotoList.kt
PhotoScreen.kt
RoverList.kt
res
drawable-v24
ic_launcher_foreground.xml
drawable
curiosity.png
ic_launcher_background.xml
opportunity.png
perseverance.png
spirit.png
mipmap-anydpi-v26
ic_launcher.xml
ic_launcher_round.xml
mipmap-anydpi-v33
ic_launcher.xml
mipmap-hdpi
ic_launcher.webp
ic_launcher_round.webp
mipmap-mdpi
ic_launcher.webp
ic_launcher_round.webp
mipmap-xhdpi
ic_launcher.webp
ic_launcher_round.webp
mipmap-xxhdpi
ic_launcher.webp
ic_launcher_round.webp
mipmap-xxxhdpi
ic_launcher.webp
ic_launcher_round.webp
values
colors.xml
strings.xml
themes.xml
xml
backup_rules.xml
data_extraction_rules.xml
test
java
com
example
marsrover
ExampleUnitTest.kt
build.gradle
gitignore
gradle.properties
gradle
7.5
checksums
checksums.lock
md5-checksums.bin
sha1-checksums.bin
dependencies-accessors
dependencies-accessors.lock
gc.properties
executionHistory
executionHistory.bin
executionHistory.lock
fileChanges
last-build.bin
fileHashes
fileHashes.bin
fileHashes.lock
resourceHashesCache.bin
gc.properties
buildOutputCleanup
buildOutputCleanup.lock
cache.properties
outputFiles.bin
file-system.probe
vcs-1
gc.properties
wrapper
gradle-wrapper.jar
gradle-wrapper.properties
gradlew
gradlew.bat
local.properties
settings.gradle
6. Create a bottom navigation
1. How to create a bottom navigation.mp4
1. How to create a bottom navigation.srt
2. Create a bottom nav component.mp4
2. Create a bottom nav component.srt
7. Save data in the application
1. How to use Room.mp4
1. How to use Room.srt
2. Create a database and add data.mp4
2. Create a database and add data.srt
3. Display data from the database.mp4
3. Display data from the database.srt
MarsRover
app
build.gradle
gitignore
proguard-rules.pro
src
androidTest
java
com
example
marsrover
ExampleInstrumentedTest.kt
main
AndroidManifest.xml
java
com
example
marsrover
BaseApplication.kt
MainActivity.kt
NavCompose.kt
data
MarsRoverManifestRepo.kt
MarsRoverPhotoRepo.kt
db
MarsRoverSavedDatabase.kt
MarsRoverSavedLocalModel.kt
MarsRoverSavedPhotoDao.kt
di
AppModule.kt
domain
model
RoverManifestConvertor.kt
RoverManifestUiModel.kt
RoverPhotoConvertor.kt
RoverPhotoUiModel.kt
RoverUiModel.kt
RoverUiModelCreator.kt
nav
Navigation.kt
service
MarsRoverManifestService.kt
MarsRoverPhotoService.kt
model
CameraRemoteModel.kt
ManifestPhotoRemoteModel.kt
PhotoManifestRemoteModel.kt
PhotoRemoteModel.kt
RoverManifestRemoteModel.kt
RoverPhotoRemoteModel.kt
RoverRemoteModel.kt
ui
manifestlist
MarsRoverManifestViewModel.kt
photolist
MarsRoverPhotoViewModel.kt
savedlist
MarsRoverSavedViewModel.kt
theme
Color.kt
Theme.kt
Type.kt
view
Error.kt
Loading.kt
ManifestList.kt
ManifestScreen.kt
PhotoList.kt
PhotoListSavedScreen.kt
PhotoScreen.kt
RoverList.kt
res
drawable-v24
ic_launcher_foreground.xml
drawable
curiosity.png
ic_launcher_background.xml
ic_mars_rover.xml
ic_save.xml
ic_save_outline.xml
opportunity.png
perseverance.png
spirit.png
mipmap-anydpi-v26
ic_launcher.xml
ic_launcher_round.xml
mipmap-anydpi-v33
ic_launcher.xml
mipmap-hdpi
ic_launcher.webp
ic_launcher_round.webp
mipmap-mdpi
ic_launcher.webp
ic_launcher_round.webp
mipmap-xhdpi
ic_launcher.webp
ic_launcher_round.webp
mipmap-xxhdpi
ic_launcher.webp
ic_launcher_round.webp
mipmap-xxxhdpi
ic_launcher.webp
ic_launcher_round.webp
values
colors.xml
strings.xml
themes.xml
xml
backup_rules.xml
data_extraction_rules.xml
test
java
com
example
marsrover
ExampleUnitTest.kt
build.gradle
gitignore
gradle.properties
gradle
7.5
checksums
checksums.lock
md5-checksums.bin
sha1-checksums.bin
dependencies-accessors
dependencies-accessors.lock
gc.properties
executionHistory
executionHistory.bin
executionHistory.lock
fileChanges
last-build.bin
fileHashes
fileHashes.bin
fileHashes.lock
resourceHashesCache.bin
gc.properties
buildOutputCleanup
buildOutputCleanup.lock
cache.properties
outputFiles.bin
file-system.probe
vcs-1
gc.properties
wrapper
gradle-wrapper.jar
gradle-wrapper.properties
gradlew
gradlew.bat
local.properties
settings.gradle
8. Material3 Update colors and fonts
1. How to update colors.html
2. Update colors.mp4
2. Update colors.srt
3. Update fonts.mp4
3. Update fonts.srt
3.1 font_certs.xml
MarsRover
app
build.gradle
gitignore
proguard-rules.pro
src
androidTest
java
com
example
marsrover
ExampleInstrumentedTest.kt
main
AndroidManifest.xml
java
com
example
marsrover
BaseApplication.kt
MainActivity.kt
NavCompose.kt
data
MarsRoverManifestRepo.kt
MarsRoverPhotoRepo.kt
db
MarsRoverSavedDatabase.kt
MarsRoverSavedLocalModel.kt
MarsRoverSavedPhotoDao.kt
di
AppModule.kt
domain
model
RoverManifestConvertor.kt
RoverManifestUiModel.kt
RoverPhotoConvertor.kt
RoverPhotoUiModel.kt
RoverUiModel.kt
RoverUiModelCreator.kt
nav
Navigation.kt
service
MarsRoverManifestService.kt
MarsRoverPhotoService.kt
model
CameraRemoteModel.kt
ManifestPhotoRemoteModel.kt
PhotoManifestRemoteModel.kt
PhotoRemoteModel.kt
RoverManifestRemoteModel.kt
RoverPhotoRemoteModel.kt
RoverRemoteModel.kt
ui
manifestlist
MarsRoverManifestViewModel.kt
photolist
MarsRoverPhotoViewModel.kt
savedlist
MarsRoverSavedViewModel.kt
theme
Color.kt
Theme.kt
Type.kt
view
Error.kt
Loading.kt
ManifestList.kt
ManifestScreen.kt
PhotoList.kt
PhotoListSavedScreen.kt
PhotoScreen.kt
RoverList.kt
res
drawable-v24
ic_launcher_foreground.xml
drawable
curiosity.png
ic_launcher_background.xml
ic_mars_rover.xml
ic_save.xml
ic_save_outline.xml
opportunity.png
perseverance.png
spirit.png
font
kanit_bold.ttf
kanit_light.ttf
kanit_medium.ttf
kanit_regular.ttf
kanit_semibold.ttf
mipmap-anydpi-v26
ic_launcher.xml
ic_launcher_round.xml
mipmap-anydpi-v33
ic_launcher.xml
mipmap-hdpi
ic_launcher.webp
ic_launcher_round.webp
mipmap-mdpi
ic_launcher.webp
ic_launcher_round.webp
mipmap-xhdpi
ic_launcher.webp
ic_launcher_round.webp
mipmap-xxhdpi
ic_launcher.webp
ic_launcher_round.webp
mipmap-xxxhdpi
ic_launcher.webp
ic_launcher_round.webp
values-night
colors.xml
values-v23
font_certs.xml
values
colors.xml
strings.xml
themes.xml
xml
backup_rules.xml
data_extraction_rules.xml
test
java
com
example
marsrover
ExampleUnitTest.kt
build.gradle
gitignore
gradle.properties
gradle
7.5
checksums
checksums.lock
md5-checksums.bin
sha1-checksums.bin
dependencies-accessors
dependencies-accessors.lock
gc.properties
executionHistory
executionHistory.bin
executionHistory.lock
fileChanges
last-build.bin
fileHashes
fileHashes.bin
fileHashes.lock
resourceHashesCache.bin
gc.properties
buildOutputCleanup
buildOutputCleanup.lock
cache.properties
outputFiles.bin
file-system.probe
vcs-1
gc.properties
wrapper
gradle-wrapper.jar
gradle-wrapper.properties
gradlew
gradlew.bat
local.properties
settings.gradle
font
kanit_bold.ttf
kanit_light.ttf
kanit_medium.ttf
kanit_regular.ttf
kanit_semibold.ttf
9. Unit test
1. Manifest Convertor Unit Test.mp4
1. Manifest Convertor Unit Test.srt
2. Manifest ViewModel Test with mockk and MainCoroutineRule.mp4
2. Manifest ViewModel Test with mockk and MainCoroutineRule.srt
3. Manifest Repo Test.mp4
3. Manifest Repo Test.srt
4. Photo List ViewModel Test.mp4
4. Photo List ViewModel Test.srt
5. Photo Repo Test.mp4
5. Photo Repo Test.srt
Bonus Resources.txt
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ DevCourseWeb com ] Udemy - Android Jetpack Compose with Retrofit Room Hilt in Kotlin Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size






