So the app is done! There was little to update so i waited the end of the development to write one more post. I've enjoyed so much working with Android Studio and Java. Its so easy to create complicated things once you got the right mindset for it. Theres tons of libraries and tons of … Final! (Android JDBC App Part 5) yazısını okumaya devam et
Kategori: Genel
Using RecycleView with CardView (Android JDBC App Part 4)
I started using RecycleView with CardView to make a list with the given database items. Its easy to use and decorate so it gives me tons of option to customize the list and make it look good. I meddled a lot with padding settings and textsize etc. to make the list look more appealing. My … Using RecycleView with CardView (Android JDBC App Part 4) yazısını okumaya devam et
Using ListView in Android Studio (Android JDBC App Part 3)
As soon as i handled the connection part of the app i started to explore the design side of the app. I've talked with my supervisor and come to the conclusion about most of the design.Im going to use ListView to ensure cleanest UI in the first part of the application. I will create a … Using ListView in Android Studio (Android JDBC App Part 3) yazısını okumaya devam et
Android SQL Connection with JDBC – Part 2
I managed to connect to the SQL Server with JDBC! This is a big progress for this project. The only thing remains in my mind is the design plan. I have to handle this ASAP because of obvious reasons.I use a string variable to send query to the server and get whatever i want. Lets … Android SQL Connection with JDBC – Part 2 yazısını okumaya devam et
Android SQL Connection with JDBC
The problem i encountered was making a connection between an Android device and a SQL server. Theres 2 approaches i found. Creating a web service for communication between the app and the server Using JDBC to create a communication between the app and the server I ended up using JDBC. So far its pretty straight … Android SQL Connection with JDBC yazısını okumaya devam et
My internship project
About my internship project, which is Android App.
Starting my internship tomorrow.
Im pretty excited about it. Im gonna try to learn as many thing as possible in this 25 day adventure. Gonna build a project in this 25 day. Its going to be Android App for sure, since they want it that way. Will try to keep this blog updated about the things i learned and … Starting my internship tomorrow. yazısını okumaya devam et
Released the trailer for my project
https://www.youtube.com/watch?v=KDDKlHpjVk8 Here it is! I really enjoyed while making this. Game project URL will be out pretty soon.
Hey, long time no see.
So, after nearly 1 year time write some blog. Im working on a game called "Never Blink". Even though it looks like small-ish game it certainly helped me a lot in terms of self improvement. Will list everything i learned after the game is done. After that i aim to publish 3 Android game in … Hey, long time no see. yazısını okumaya devam et
Using and coding shaders
Started using shaders today! Basically what shaders is telling the game engine how YOU want to draw it. Kinda like taking the control of draw event and adding your own beauty. I used it for hit flash animation to feed the feel of hitting something to player. So far it looks REALLY good and i … Using and coding shaders yazısını okumaya devam et
