Skip to content

All my work which I did for Kivy during Google Summer of Code, 2017.

Notifications You must be signed in to change notification settings

sumitmadhwani/GSoC-2017_Kivy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

This repository contains all the code which I have contributed to Kivy's sister project Plyer during my 3 month GSoC'17 program.

For complete project, go to https://github.com/kivy/plyer

My work in Plyer includes the designing and implementation of platform independent APIs. Target platforms are Android, iOS, Linux, Windows, Mac OS X.

I have also contributed some of the code to projects Pyjnius and Pyobjus.

In Pyjnius, if we need to override a JAVA method then we have to provide signature of that method to Pyjnius' property java_method. I made a pull request on documenting the step wise procedure for finding signature of Android methods.

In Pyobjus, for implementing any sensor, we need to make a bridge in pyobjus since that part of code cannot be converted from Objective C to python. So I needed to add some Objective C code for implementation of sensors in Plyer.

I have shared links of all my contributions below.

Pyjnius Contributions

Pyobjus Contributions

Plyer Contributions

About

All my work which I did for Kivy during Google Summer of Code, 2017.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages