Back

Hey I can make that into an app

2021-05-26 . Written by fishie

Featured Image

big brain pepe

so this article will be split into 2 parts.

part 1 will be making a windows app and then part 2 will be making a similar android app





it all started after i saw this post and thought to myself it cant be too hard

this thought was in my head for a while so a few days later i was bored and i

decided to start working on the app

for this project i decided to go with c# since i know exactly how to make the popup appear

so within 1 line i was able to write the whole app


System.Windows.Forms.MessageBox.Show(MSG.Text, TITLE.Text, btn, image);

yup thats it. thats the whole app. well not really

i added a few switch statements to translate the ui so it has more features but in general yeah. thats it. thats the code that does all the work



and just like that the app was done and ready for public us. took me about 10 mins to make the ui and link it to the code



i dont know why but i enjoy porting my code to other languages.

for stuff like this i always pick something simple and a language i never used. so i decided that i would

port my windows app to kotlin. never used it but here we go

first i checked the docs :) and then i ripped the code

and threw it at the wall. and it didnt work. so i actually read the docs and a while later i figured it out.

turns out android notification is a bit more complicated with alot of features. so i decide to just implement the most basic version of notifications. and here we are


now i have mr Obama telling me that he didn't commit any war crimes


anyways i needed some ui for the app so i yoinked the ui code from shihaam for his app

and after all that is done the app is ready


https://github.com/WhoIsFishie/Fake_Notification

https://github.com/WhoIsFishie/ErrorMsgApp