I am a non-caffeine-addicted developer, MSc in Video Game Development working as Engineering Manager at Gameskraft, Bangalore India. My past industry experience of around ten years majorly incorporates native Android, native iOS, Web (React and React Native), Backend (Java, Node JS and TS) and Game Development (Unity and Unreal Engine) targeting mobile and PlayStation. I have experience with both AWS and GCP. I am passionate about gaming and animations.
I have a special interest in playing and developing video games. Counter-Strike: condition 1.6 is still at the top of my favourite games list. Apart from video games, I love swimming and trekking. I won 1 gold and 4 silver medals in swimming at the KVS national level and 12 gold medals at the regional level and was awarded by the district collector for the same on 26th Jan 2006. I even attended 5 national-level trekking camps including Trek on frozen river (Chadar Trek - 72 Kms) in different regions of the Himalayan range.
My life is extremely exciting with adventurous sports. I am an SSI-certified open water scuba diver with multiple dives logged in my dive book for more than 40 mins each. I am also an aspirant for Private Pilot License and will be flying an aircraft up to a 1500 Kgs soon. I drove the bike on the world's highest motorable road and made a bike trip to 'Leh, Kashmir India' multiple times. I jumped from a height of 83 and 55 meters static platforms with just a rope tied to my legs, Bungee jump. I jumped from a height of approx 10,000 ft from a Cessna 172 plane with just a parachute on my back, Solo Sky diving.
Swift has two data types (Double and Float) to hold the decimal values. Both of them hold the same decimal type values but have some differences.
…The collection is something which is used by almost everyone. It makes our life easy. List
, Set
and Map
are the best examples of them.
We all know about inheritance which is there in the OOPs concept where one can extend a class and add functionality to it. In the new programming languages, there is something called as extension functions which can add a functionality to an existing class without extending it.
…The power of Camera APIs and OpenGL Altogether
London, UK - 27-28 Oct 2022
The power of Camera APIs and OpenGL Altogether
Minsk, Belarus (Remote) - 06-07 Nov 2020
How can I migrate my Android code from Java to Kotlin?
Remote - 11 July 2020
Java or Kotlin, what do you use?
Remote - 6 June 2020
APK Size Matters
Heraklion - Crete, Greece - 24-25 Sept 2019
Cut your APK size with features on demand
Vienna, Austria - 19-20 Sept 2019
This particular script will help you to implement native Android text sharing in Unity.
We use all the native classes of Android in Unity using AndroidJavaClass
and AndroidJavaObject
and perform the Android’s ACTION_SEND
with EXTRA_SUBJECT
and EXTRA_TEXT
.
This particular script will help you to implement a Date Change listener to all UIDatePicker and its subclasses in a clean way.
…This particular script will help you to implement native Android image sharing in Unity.
We use all the native classes of Android in Unity using AndroidJavaClass
and AndroidJavaObject
and perform the Android’s ACTION_SEND
with EXTRA_SUBJECT
, EXTRA_TEXT
and EXTRA_STREAM
.
The content type is set to image/png
in the below example but you can change it to any type and share other formats also.
Object-oriented programming (OOP) concepts are something which are fundamentals of any Object-oriented programming language. These concepts give you the power to structure your code in such a way that it’s well optimized, reusable, efficient, future proof and much more.
…System designing is the process of designing system elements such as architectures, modules, components, different interfaces of those components. Its the process of defining the lowest level entities in a software. It is the backbone of any software.
…What if we provide very basic functionality and let the user decide whether he wants the advanced or additional functionality or not?
…