Added chapter with sample code

This commit is contained in:
Adrian Kuta 2024-07-24 13:49:49 +02:00
parent dc08d0b23c
commit a2713699af
3 changed files with 26 additions and 0 deletions

6
Writerside/labels.list Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE labels SYSTEM "https://resources.jetbrains.com/writerside/1.0/labels-list.dtd">
<labels xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/labels.xsd">
<primary-label id="wip" name="Work in Progress" short-name="WIP" color="purple">This section is a work in progress and may change frequently in the future.</primary-label>
</labels>

Binary file not shown.

View File

@ -1,4 +1,24 @@
# Private projects
<chapter title="Sample Android Application">
<primary-label ref="wip" />
<tldr>
<p>Gitea repo: <a href="https://gitea.adriankuta.dev/RediOne1/Android-Sample">Android Sample</a></p>
<p>Source code: <resource src="Android-Sample-main.zip"/></p>
</tldr>
</chapter>
If you are interested in the style in which I create applications, both in terms of architecture and code cleanliness, I
invite you to check out my sample Android application. This application showcases the use of modern technologies and
design patterns, such as Jetpack Compose, multi-module architecture, and the MVVM pattern. I also apply best programming
practices, including SOLID principles, DRY, and many others.
The source code of the application is available for download here <resource src="Android-Sample-main.zip"/> or can be
found in my private repository [Android Sample](https://gitea.adriankuta.dev/RediOne1/Android-Sample) . This allows
you to directly see my approach to programming and view code examples that illustrate best practices in developing
modern mobile applications.
If you have any questions or need more information, do not hesitate to contact me. I am happy to share my knowledge and
experience to assist you in your projects.
## AI - Artificial Intelligence