<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: NovaStack</title>
    <description>The latest articles on Forem by NovaStack (@navostack).</description>
    <link>https://forem.com/navostack</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F11768%2Fdb6c469d-1101-465f-88d7-4c5622bccba8.png</url>
      <title>Forem: NovaStack</title>
      <link>https://forem.com/navostack</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/navostack"/>
    <language>en</language>
    <item>
      <title>Testing</title>
      <dc:creator>Derick Jude</dc:creator>
      <pubDate>Fri, 24 Oct 2025 13:23:26 +0000</pubDate>
      <link>https://forem.com/navostack/testing-mom</link>
      <guid>https://forem.com/navostack/testing-mom</guid>
      <description>&lt;p&gt;Here for tegw&lt;/p&gt;

</description>
    </item>
    <item>
      <title>SmartFarm: A Deep Dive into an Android Farming Companion App</title>
      <dc:creator>ALDO KIPYEGON</dc:creator>
      <pubDate>Fri, 24 Oct 2025 13:18:41 +0000</pubDate>
      <link>https://forem.com/navostack/smartfarm-a-deep-dive-into-an-android-farming-companion-app-18gc</link>
      <guid>https://forem.com/navostack/smartfarm-a-deep-dive-into-an-android-farming-companion-app-18gc</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.
├── app
│   ├── build.gradle.kts
│   ├── proguard-rules.pro
│   └── src
│       └── main
│           ├── AndroidManifest.xml
│           ├── java
│           │   └── com
│           │       └── example
│           │           └── smartfarm
│           │               ├── activity
│           │               │   └── MainActivity.kt
│           │               ├── application
│           │               │   └── SmartFarmApp.kt
│           │               ├── di
│           │               │   ├── AppModule.kt
│           │               │   └── NetworkModule.kt
│           │               ├── navigation
│           │               │   ├── AppNav.kt
│           │               │   └── Routes.kt
│           │               ├── ui
│           │               │   ├── features
│           │               │   │   ├── auth
│           │               │   │   │   ├── view
│           │               │   │   │   │   └── LoginScreen.kt
│           │               │   │   │   │   └── viewModel
│           │               │   │   │   │       └── LoginViewModel.kt
│           │               │   │   ├── finance
│           │               │   │   │   └── presentation
│           │               │   │   │       ├── view
│           │               │   │   │       │   └── FinanceScreen.kt
│           │               │   │   │       └── viewModel
│           │               │   │   │           └── FinanceViewModel.kt
│           │               │   │   ├── home
│           │               │   │   │   └── presentation
│           │               │   │   │       └── HomeScreen.kt
│           │               │   │   ├── settings
│           │ p               │   │   │   └── presentation
│           │               │   │   │       ├── view
│           │               │   │   │       │   └── SettingsScreen.kt
│           │               │   │   │       └── viewModel
│           │               │   │   │           └── SettingsViewModel.kt
│           │               │   │   └── weather
│           │               │   │       ├── data
│           │               │   │       │   ├── remote
│           │               │   │       │   │   └── WeatherApiService.kt
│           │               │   │       │   ├── repo
│           │               │   │       │   │   └── WeatherRepositoryImpl.kt
│           │               │   │       │   └── mapper
│           │               │   │       │       └── toWeatherData.kt
│           │               │   │       ├── domain
│           │               │   │       │   └── usecase
│           │               │   │       │       └── GetWeatherByLocationUseCase.kt
│           │               │   │       └── presentation
│           │               │   │           ├── components
│           │               │   │           │   └── WeatherInfoItem.kt
│           │               │   │           ├── view
│           │               │   │           │   └── WeatherScreen.kt
│           │               │   │           └── viewModel
│           │               │   │               └── WeatherViewModel.kt
│           │               └── utils
│           │                   ├── LocationPermissionHandler.kt
│           │                   └── Resource.kt
│           └── res
│               ├── drawable
│               ├── layout
│               ├── mipmap-anydpi-v26
│               ├── mipmap-hdpi
│               ├── mipmap-mdpi
│               ├── mipmap-xhdpi
│               ├── mipmap-xxhdpi
│               ├── mipmap-xxxhdpi
│               ├── values
│               └── xml
├── build.gradle.kts
├── gradle
│   └── wrapper
│       ├── gradle-wrapper.jar
│       └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
└── settings.gradle.kts
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
    </item>
  </channel>
</rss>
