<?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>DEV Community: Likith C N</title>
    <description>The latest articles on DEV Community by Likith C N (@toxiclikith).</description>
    <link>https://dev.to/toxiclikith</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2872543%2F146bb507-3da5-4ac0-be53-7f898516ea3b.jpg</url>
      <title>DEV Community: Likith C N</title>
      <link>https://dev.to/toxiclikith</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/toxiclikith"/>
    <language>en</language>
    <item>
      <title>🚀 I Built BudgetBuddy – A Modern Android Finance App Using Java &amp; Kotlin</title>
      <dc:creator>Likith C N</dc:creator>
      <pubDate>Sun, 26 Jul 2026 16:59:44 +0000</pubDate>
      <link>https://dev.to/toxiclikith/i-built-budgetbuddy-a-modern-android-finance-app-using-java-kotlin-408g</link>
      <guid>https://dev.to/toxiclikith/i-built-budgetbuddy-a-modern-android-finance-app-using-java-kotlin-408g</guid>
      <description>&lt;h1&gt;
  
  
  🚀 I Built BudgetBuddy – A Modern Android Personal Finance App Using Java &amp;amp; Kotlin
&lt;/h1&gt;

&lt;p&gt;Have you ever wanted a clean and simple finance app that doesn't overwhelm you with unnecessary features?&lt;/p&gt;

&lt;p&gt;I had the same problem.&lt;/p&gt;

&lt;p&gt;Most budgeting apps are either packed with premium features behind paywalls or have outdated interfaces. So I decided to build my own.&lt;/p&gt;

&lt;p&gt;Introducing &lt;strong&gt;BudgetBuddy&lt;/strong&gt; — a modern Android personal finance application built using &lt;strong&gt;Java&lt;/strong&gt;, &lt;strong&gt;Kotlin&lt;/strong&gt;, and &lt;strong&gt;Android Studio&lt;/strong&gt;.&lt;/p&gt;




&lt;h1&gt;
  
  
  📱 What is BudgetBuddy?
&lt;/h1&gt;

&lt;p&gt;BudgetBuddy helps users manage their money by providing an easy way to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Track income&lt;/li&gt;
&lt;li&gt;Track expenses&lt;/li&gt;
&lt;li&gt;Create monthly budgets&lt;/li&gt;
&lt;li&gt;Set savings goals&lt;/li&gt;
&lt;li&gt;View transaction history&lt;/li&gt;
&lt;li&gt;Split bills with friends&lt;/li&gt;
&lt;li&gt;Search transactions instantly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal was to build something that feels fast, modern, and easy to use.&lt;/p&gt;




&lt;h1&gt;
  
  
  ✨ Features
&lt;/h1&gt;

&lt;h2&gt;
  
  
  📊 Expense &amp;amp; Income Tracking
&lt;/h2&gt;

&lt;p&gt;Add income and expenses with categories, notes, and amounts.&lt;/p&gt;

&lt;p&gt;Keeping finances organized becomes much easier when every transaction is stored in one place.&lt;/p&gt;




&lt;h2&gt;
  
  
  🎯 Budget Targets
&lt;/h2&gt;

&lt;p&gt;Create monthly spending limits.&lt;/p&gt;

&lt;p&gt;BudgetBuddy helps you stay within your planned budget by showing how much you've spent and how much is left.&lt;/p&gt;




&lt;h2&gt;
  
  
  💰 Savings Goals
&lt;/h2&gt;

&lt;p&gt;Planning to buy something?&lt;/p&gt;

&lt;p&gt;Create savings goals and monitor your progress until you reach your target amount.&lt;/p&gt;




&lt;h2&gt;
  
  
  🧾 Transaction History
&lt;/h2&gt;

&lt;p&gt;Every transaction is saved and displayed in chronological order.&lt;/p&gt;

&lt;p&gt;Finding previous records becomes simple and organized.&lt;/p&gt;




&lt;h2&gt;
  
  
  🔍 Search Transactions
&lt;/h2&gt;

&lt;p&gt;Need to find a payment quickly?&lt;/p&gt;

&lt;p&gt;Search through your transaction history in seconds.&lt;/p&gt;




&lt;h2&gt;
  
  
  👥 Split Bills
&lt;/h2&gt;

&lt;p&gt;One of my favorite features.&lt;/p&gt;

&lt;p&gt;You can split expenses among friends or family members, making group trips and shared expenses much easier to manage.&lt;/p&gt;




&lt;h2&gt;
  
  
  🌙 Modern Dark Theme
&lt;/h2&gt;

&lt;p&gt;I designed the UI with Material Design principles and included a clean dark theme for a better user experience.&lt;/p&gt;




&lt;h1&gt;
  
  
  🛠️ Tech Stack
&lt;/h1&gt;

&lt;p&gt;The project was built using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Java&lt;/li&gt;
&lt;li&gt;Kotlin&lt;/li&gt;
&lt;li&gt;Android Studio&lt;/li&gt;
&lt;li&gt;XML Layouts&lt;/li&gt;
&lt;li&gt;Material Design Components&lt;/li&gt;
&lt;li&gt;Gradle&lt;/li&gt;
&lt;li&gt;SQLite / Room Database (depending on project configuration)&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  📸 Screenshots
&lt;/h1&gt;

&lt;h3&gt;
  
  
  Home
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ffbcxr4i085hlvancpscn.png" width="800" height="1795"&gt;
&lt;/td&gt;

&lt;td&gt;
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fs3gyxdy2xdd71v4pm28o.png" width="800" height="1795"&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h3&gt;
  
  
  Ledger
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
  &lt;tbody&gt;
&lt;tr&gt;
    &lt;th&gt;Ledger&lt;/th&gt;
    &lt;th&gt;Income&lt;/th&gt;
    &lt;th&gt;Expense&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F73zhiekwzmg6siee6uql.png" alt="Ledger" width="800" height="1795"&gt;
    &lt;/td&gt;
    &lt;td&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fzbzo8d0s5535iezgwvow.png" alt="Income" width="800" height="1795"&gt;
    &lt;/td&gt;
    &lt;td&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F734bernytzh9eg9xvx1b.png" alt="Expense" width="800" height="1795"&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h3&gt;
  
  
  Budget &amp;amp; Goals
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
  &lt;tbody&gt;
&lt;tr&gt;
    &lt;th&gt;Budget&lt;/th&gt;
    &lt;th&gt;Goals&lt;/th&gt;
    &lt;th&gt;Configuration&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fpqrz793447e0z4txmzav.png" alt="Budget" width="800" height="1795"&gt;
    &lt;/td&gt;
    &lt;td&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5pgum7qkbg6phelsynho.png" alt="Goals" width="800" height="1795"&gt;
    &lt;/td&gt;
    &lt;td&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fpwf10yhsjjg3xuxdvhij.png" alt="Configuration" width="800" height="1795"&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h3&gt;
  
  
  Bills &amp;amp; Split
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
  &lt;tbody&gt;
&lt;tr&gt;
    &lt;th&gt;Bills&lt;/th&gt;
    &lt;th&gt;Split Bills&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F7pv1onkdcvl7lbh2dbjz.png" alt="Bills" width="800" height="1795"&gt;
    &lt;/td&gt;
    &lt;td&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fjccyakqzr1dcr9vutub6.png" alt="Split Bills" width="800" height="1795"&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h1&gt;
  
  
  💡 Challenges I Faced
&lt;/h1&gt;

&lt;p&gt;Every project teaches something new.&lt;/p&gt;

&lt;p&gt;Some challenges during development included:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Designing a clean financial dashboard&lt;/li&gt;
&lt;li&gt;Organizing transactions efficiently&lt;/li&gt;
&lt;li&gt;Building reusable UI components&lt;/li&gt;
&lt;li&gt;Managing budgets and savings calculations&lt;/li&gt;
&lt;li&gt;Keeping the interface responsive and smooth&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each challenge helped improve my Android development skills.&lt;/p&gt;




&lt;h1&gt;
  
  
  📚 What I Learned
&lt;/h1&gt;

&lt;p&gt;Building BudgetBuddy helped me gain practical experience with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Android architecture&lt;/li&gt;
&lt;li&gt;Java and Kotlin interoperability&lt;/li&gt;
&lt;li&gt;Material Design UI&lt;/li&gt;
&lt;li&gt;Local database management&lt;/li&gt;
&lt;li&gt;RecyclerView optimization&lt;/li&gt;
&lt;li&gt;Form validation&lt;/li&gt;
&lt;li&gt;Navigation between multiple screens&lt;/li&gt;
&lt;li&gt;Building scalable Android applications&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  🚀 Future Improvements
&lt;/h1&gt;

&lt;p&gt;Some features I plan to add:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Charts and spending analytics&lt;/li&gt;
&lt;li&gt;Cloud backup&lt;/li&gt;
&lt;li&gt;Google Sign-In&lt;/li&gt;
&lt;li&gt;Export to PDF and Excel&lt;/li&gt;
&lt;li&gt;Notifications for budget limits&lt;/li&gt;
&lt;li&gt;Recurring transactions&lt;/li&gt;
&lt;li&gt;Home screen widgets&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Suggestions are always welcome!&lt;/p&gt;




&lt;h1&gt;
  
  
  📥 Download APK
&lt;/h1&gt;

&lt;p&gt;Try the latest version from GitHub Releases.&lt;/p&gt;

&lt;p&gt;APK:&lt;br&gt;
&lt;a href="https://github.com/Toxiclikith/budgetBuddy-apk/releases/latest" rel="noopener noreferrer"&gt;https://github.com/Toxiclikith/budgetBuddy-apk/releases/latest&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Direct Download:&lt;br&gt;
&lt;a href="https://raw.githubusercontent.com/Toxiclikith/budgetBuddy-apk/main/downloads/release/budget-buddy.apk" rel="noopener noreferrer"&gt;https://raw.githubusercontent.com/Toxiclikith/budgetBuddy-apk/main/downloads/release/budget-buddy.apk&lt;/a&gt;&lt;/p&gt;




&lt;h1&gt;
  
  
  ⭐ Source Code
&lt;/h1&gt;

&lt;p&gt;GitHub Repository:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Toxiclikith/budgetBuddy-apk" rel="noopener noreferrer"&gt;https://github.com/Toxiclikith/budgetBuddy-apk&lt;/a&gt;&lt;/p&gt;




&lt;h1&gt;
  
  
  ❤️ Feedback Welcome
&lt;/h1&gt;

&lt;p&gt;This project is still evolving.&lt;/p&gt;

&lt;p&gt;I'd love to hear:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What feature would you add?&lt;/li&gt;
&lt;li&gt;How would you improve the UI?&lt;/li&gt;
&lt;li&gt;Any Android best practices I should follow?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you like the project, consider starring the repository on GitHub.&lt;/p&gt;

&lt;p&gt;Happy coding! 🚀&lt;/p&gt;

</description>
      <category>android</category>
      <category>productivity</category>
      <category>opensource</category>
      <category>ai</category>
    </item>
    <item>
      <title>UPI Payment App</title>
      <dc:creator>Likith C N</dc:creator>
      <pubDate>Sun, 16 Mar 2025 15:26:04 +0000</pubDate>
      <link>https://dev.to/toxiclikith/upi-payment-app-4h8f</link>
      <guid>https://dev.to/toxiclikith/upi-payment-app-4h8f</guid>
      <description>&lt;p&gt;&lt;strong&gt;UPI Payment Link &amp;amp; QR Generator&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A free UPI payment link and QR code generator that allows users to enter their UPI ID and an optional amount to create a shareable payment link.&lt;br&gt;
Users can scan the generated QR code or click on Pay Now to open their preferred UPI app.&lt;/p&gt;

&lt;p&gt;🚀 Live Demo: &lt;a href="https://toxiclikith.github.io/upi-payment-app/" rel="noopener noreferrer"&gt;UPI Payment App&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🎯 Features&lt;br&gt;
✅ Generate UPI Payment Links&lt;br&gt;
✅ Optional Amount Entry&lt;br&gt;
✅ QR Code Generation for Easy Scanning&lt;br&gt;
✅ One-Click "Pay Now" Redirection to UPI Apps&lt;br&gt;
✅ Privacy &amp;amp; Secured &lt;br&gt;
✅ Fully Responsive (Optimized for mobile &amp;amp; desktop)&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>upi</category>
      <category>opensource</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
