Projects

HOMEPAGE

GITHUB


My Github repositories.


https://github.com/notna85



AUTOSHOP


A school project made by me and 2 others. It's a basic console program for a theoretical autoshop where you can add/edit customers or cars, or schedule appointments. Developed in C# using Visual Studio along with an MSSQL database.



SOURCE CODE


Car class


Customer class


Program class


SQL class



GEOTEMA


Program that allows users to log in and perform CRUD operations on a database. Depending on the type of user, different menu options become available. For example, admin types can also add new users while standard users can only view the content of the database. Developed in C# using Windows Forms Application and an MSSQL database.



SOURCE CODE


AddUser class


AddUser.Designer class


ChangeDefaultPassword class


ChangeDefaultPassword.Designer class


ChangePassword class


ChangePassword.Designer class


ResetPassword class


ResetPassword.Designer class


InsertData class


InsertData.Designer class


Program class



SQL query Fodselsrate database


SQL query User database


SQL query logins


WEBBROWSER


A custom web browser app. Features include: Address bar, adding bookmarks, viewing bookmarks, back/forward buttons, progress bar and a refresh button. Developed in java using Android Studio.



SOURCE CODE


activity_bookmarks xml


activity_main xml


listview_row xml


AndroidManifest xml


MainActivity java


Bookmarks java


CustomListAdapter java


SQLHandler java