Coder Social home page Coder Social logo

kivads's Introduction

Header

drawing Co-Founder of Oxlac Tech LLP

About Me

Hello ๐Ÿ‘‹, I am Guhan, a self taught developer that specializes in Mobile Development. I have been developing mobile apps for the past 4 years in various frameworks and languages. I am also experienced in DevOps and Full Stack Web Development.

class AboutMe:
    def __init__(self):
        self.name = "Guhan Sambandam"
        self.pronouns = "He/Him"
        self.university = "Vellore Institute of Technology"
        self.roles = "Co-Founder of Oxlac Tech LLP"
        self.technologies = [
            "Native Mobile App Development",
            "Cross Platform Mobile App Development",
            "Desktop Applications",
            "Server Development",
            "WebApp Development",
            "CI/CD",
            "Cloud Infrastructure as Code",
            "UI/UX Designer"
        ]
        self.hobbies = [
            "Videography",
            "Video Editing",
            "Photography",
            "3D VFX, Blender"
        ]
        self.email = "[email protected]"

My Tech Stack:

Mobile App Development Frameworks

My Skills

Langauges

My Skills

Desktop Application Development

My Skills

Backend Development

My Skills

Web Frontend Developement

My Skills

Devops

My Skills

Development Setup

My Skills

Hobby Softwares

My Skills

My Stats

GitHub Streak

How Much I have Coded Since I started

wakatime

Contact Me

Email Linkedin

kivads's People

Contributors

guhan-sensam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

kivads's Issues

Ads is not showing

When I compile your apk it showed ads but when I am using your same buildozer.spec file to compile my apk the apk is compiling but ads is not showing and in the logcat it is saying the ads is not loaded yet please halp to solve this issue

Gradle error

On compiling the app made using Ur kivads module and doing all the steps mentioned in ur docs while building debug app gradle is giving error unidentified element queries found in AndroidManifest.xml
And thus not compiling.please reply fast i have only two days

Application with Google AdMob dependency crashes on start for SDK version above 31

Hi thank you for this awesome repository, it really helped me to implement ads on my applications !

However, when compiling my first application and exporting it to the Play Console, I noticed that the Google AdMob dependency caused the application crash on start because of a missing flag in the version specified in the buildozer.spec file.

This is the full error log obtained:

FATAL EXCEPTION: pool-3-thread-1
Process: lupadevstudio.com.postrias, PID: 21335
java.lang.IllegalArgumentException: lupadevstudio.com.postrias: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.
	at android.app.PendingIntent.checkFlags(PendingIntent.java:375)
	at android.app.PendingIntent.getBroadcastAsUser(PendingIntent.java:645)
	at android.app.PendingIntent.getBroadcast(PendingIntent.java:632)
	at androidx.work.impl.utils.ForceStopRunnable.getPendingIntent(ForceStopRunnable.java:174)
	at androidx.work.impl.utils.ForceStopRunnable.isForceStopped(ForceStopRunnable.java:108)
	at androidx.work.impl.utils.ForceStopRunnable.run(ForceStopRunnable.java:86)
	at androidx.work.impl.utils.SerialExecutor$Task.run(SerialExecutor.java:75)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
	at java.lang.Thread.run(Thread.java:920)

After a few research on internet, I managed to solve the problem by changing the com.google.android.gms:play-services-ads:20.3.0 dependency version to com.google.android.gms:play-services-ads:22.5.0 in the buildozer.spec file.

I will propose a pull request with this fix.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.