About Avikam Chauhan

I love programming in Swift and Java, building and programming robots, swimming, skiing, and playing the clarinet. In essence, I like to do anything that excites my neurons!

Using Git with Android Studio for the FTC App

This tutorial should help you learn how to use Git with the FTC app, allowing you to clone the latest project from GitHub, and update the project later on without having to download a new project. So, let's get started! Step 1: Download the Git Shell from here, and then install. Step 2: Launch the [...]

By |2017-06-09T17:47:33-08:00June 9th, 2017|Software|0 Comments

Creating Your First Op Mode for First Tech Challenge

This tutorial will help you create your first Op Mode for the First Tech Challenge. Let's get started! Launch Android Studio and open the FTC App Master project. On the left side browser, go into FtcRobotController > java > com.qualcomm.ftcrobotcontroller > opmodes. Select K9TeleOp, and then copy and paste the file into the opmodes folder. [...]

By |2016-12-03T16:52:43-08:00June 4th, 2016|Software|0 Comments

Setting Up Android Studio for First Tech Challenge

Step 1: Download Android Studio At this point, do not install Android Studio. It will require a compatible JDK, or Java Development Kit, for installation. Step 2: Download and Install the Java Development Kit Make sure to install the 8u92 Java Development Kit. Now that we have installed the Java Development Kit, we can [...]

By |2021-01-23T23:27:56-08:00June 3rd, 2016|Software|0 Comments
Go to Top