Serhat Türkman's repositories

Language:CStargazers:0Issues:0Issues:0
Language:TypeScriptStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0

mastermindnumbers

MasterMind style game with numbers for Android

Language:JavaLicense:GPL-3.0Stargazers:0Issues:0Issues:0

Android-JAVA-D2XX-Examples-2019

This is a fully working copy of the project "Android JAVA D2XX Examples" in Android Studio January 2019. Original project is at "https://www.ftdichip.com/Support/SoftwareExamples/Android_JAVA_D2XX_Projects.htm"

Language:JavaStargazers:2Issues:0Issues:0

BaseActivityAndFragmentWithButterKnife

This little piece of code aims to show you how to use 'ButterKnife' inside both base activity and it's fragments. The challenge was to use binding annotations of ButterKnife inside the base activity which has an empty layout at first sight. We inflated a template layout to the base activity inside the onCreate method . The second mission was to reuse @BindView annotation for inflated instance of a fragment inside the base activity. This solution provides less java codes inside activities. The activity now only takes care of filling the content with some fragment instances. No license needed. The code can be used and distributed freely.

Language:JavaStargazers:0Issues:0Issues:0