Pinned Repositories
ChuckNorrisJokes
An android application that uses the MVVM android architecture pattern and integrates retrofit2 library to fetch data from a remote free chuckNorris API. Fetched Jokes will be displayed on a Recycler View with the help of the Glide image loader . The displayed jokes can queried using a matching keyword through the SearchView feature
ChuckNorrisProject
A Kotlin android application implementing the MVVM pattern using the android architecture components and retrofit for rest services to display results on a recyclerview
eTito
An eCommerce android application integrated with the Firebase's Real Time Database , Authentication and Storage. The app integrates JSON , external libraries and implements shopping cart features such as register/login for both admin and user , pull/push products list from API and add/remove item to the shopping cart.
Humerus_Rehab
Developed a general rehabilitation application that provides a wide range of exercises to be done by a person who has suffered a humerus fructure injury. The app is available on the Google Play Store, https://play.google.com/store/apps/details?id=com.titowareglobal.humerusrehab
JsonParsingUsingVolley
Json parsing using the volley library
MaximumOccurringCharacterInAString
Java code to find the maximum occuring character in a given string
MobilePhoneContactsNamesProgram
Core Java used to create a program that can manipulate contact names in a mobile phone
MyImageSearchApp
image searching app
String17HowToWriteAProgramToCountNumberOfWords
algorithm to count number of words
TheGreatestSportsMomentsInHistoryWebApplication
A JavaEE web application implementing the MVC design pattern, created using JavaServer Faces(JSF) back-end web application framework , SQL and core Java functions that communicates with MySQL database
titus711's Repositories
titus711/eTito
An eCommerce android application integrated with the Firebase's Real Time Database , Authentication and Storage. The app integrates JSON , external libraries and implements shopping cart features such as register/login for both admin and user , pull/push products list from API and add/remove item to the shopping cart.
titus711/MobilePhoneContactsNamesProgram
Core Java used to create a program that can manipulate contact names in a mobile phone
titus711/ChuckNorrisJokes
An android application that uses the MVVM android architecture pattern and integrates retrofit2 library to fetch data from a remote free chuckNorris API. Fetched Jokes will be displayed on a Recycler View with the help of the Glide image loader . The displayed jokes can queried using a matching keyword through the SearchView feature
titus711/ChuckNorrisProject
A Kotlin android application implementing the MVVM pattern using the android architecture components and retrofit for rest services to display results on a recyclerview
titus711/TheGreatestSportsMomentsInHistoryWebApplication
A JavaEE web application implementing the MVC design pattern, created using JavaServer Faces(JSF) back-end web application framework , SQL and core Java functions that communicates with MySQL database
titus711/Humerus_Rehab
Developed a general rehabilitation application that provides a wide range of exercises to be done by a person who has suffered a humerus fructure injury. The app is available on the Google Play Store, https://play.google.com/store/apps/details?id=com.titowareglobal.humerusrehab
titus711/JsonParsingUsingVolley
Json parsing using the volley library
titus711/MaximumOccurringCharacterInAString
Java code to find the maximum occuring character in a given string
titus711/MyImageSearchApp
image searching app
titus711/String17HowToWriteAProgramToCountNumberOfWords
algorithm to count number of words
titus711/String4Palindrome
algorithm to check if a string is palindrome
titus711/String7HowToCountVowelsConsonantsSymbolsInAString
A Java algorithm to count vowels , consonants and symbols in a string
titus711/Strings12CheckingIfAStringHasUniqueCharacters
algorithm to check if a string has unique characters
titus711/Strings12HowToPrintAllNonRepeatedCharactersInAString
algorithm to print all non repeated characters in a string
titus711/Strings14HowToRemoveDuplicateCharacters
A java algorithm on how to remove duplicate characters from a given string input
titus711/Strings15HowToRemoveAllWhiteSpacesFromAString
how to remove all white spae from a string
titus711/Strings17VerifyIfAStringIsEmptyOrNot
verify if string is empty or not
titus711/Strings1Length
algorithm to determine length of string
titus711/Strings6ConvertFirstLetterOfEachWordFromLowerCaseToUpperCase
algorithm to convert first letter of each word from lower case to upper case
titus711/TabLayOutUsingViewpager2
Developed a simple calculator for BODMAS mathematical operations called EasyCalculator.The app is still under open testing in the Google playstore.
titus711/TaskSchedular
Developed an application called Your Tasks that makes it easier to manage all your tasks in one place through listing , editing and deleting of tasks. It uses SQLite for storing the entered tasks.
titus711/TheWeather
TheWeather app is a simple weather forecast app, which uses retrofit to fetch 5 day / 3 hour forecast data from the OpenWeatherMap API through searching by city.
titus711/TheWeatherProject
A 7 day forecast android weather application developed using the Android architecture components and retrofit to fetch data from the OpenWeatherApi.
titus711/weather-app-android
A simple Android application written in Java that uses the Open Weather API to check the weather forecast
titus711/Weather_App
An android weather application in Java to show weather in my current location and ten other different european locations. The Weather application is based on a request to the OpenWeatherMap's API using the Volley Library. Base URL = "https://api.openweathermap.org/data/2.5/"
titus711/WeatherApp
Android weather application