Slides

All about slides
November 7, 2020
The power of Camera APIs and OpenGL all together

  • Are you using the best out of your device camera and GPU in your app?
  • Do you know how camera frames are drawn on the screen?
  • Do you think your camera should do way more than just clicking a picture?
  • Did you ever try to process the frames like applying filters or beautification before previewing it?
  • How a view or camera frame is drawn on the screen?
  • What is OpenGL? How OpenGL controls GPU rendering?
  • What are vertex and fragment shaders? How do they affect the camera frame and preview?
  • How can we modify the camera frames between camera APIs and previewing? What all can we do with that?

Well, let’s get all these questions answered in the presentation below with our experiences and challenges we’ve faced.

July 26, 2020
Low Level Design : Tic-Tac-Toe

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.

July 11, 2020
How can I migrate my Android code from Java to Kotlin?

In continuation of the previews session for Google Accelerator program on the topic Java or Kotlin. what do you use? today we are going to look at how can you migrate the codebase from java to Kotlin and what are the common mistake made by developers while doing the same.

June 6, 2020
Java or Kotlin, What do you use?

Kotlin is something which was introduced as an official language for Android development in Google I/O 2017. Since then it has grown and evolved a lot. It has multiple benefits and on top of everything, it’s really easy to use.

May 30, 2020
Object-Oriented Programming (OOP) Concepts

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.

August 4, 2019
Cut your APK Size with features on demand

  • Do APK or app size matters?
  • Does a user think about the APK size before downloading it?
  • Does a user think about space, an app occupying on the phone?
  • Is your App size is more than just a few MBs?

What if we provide very basic functionality and let the user decide whether he wants the advanced or additional functionality or not?