­
­

And what if you were dead tomorrow?

I never feared death. Like everyone I believed I was young enough to fret myself over a topic as such. But I knew for a fact that if I were to die, I would die peacefully. With no regrets. Until the day my father’s close relative, Navin, a middle-aged man, pondered over his life and started crying in front of me. I knew...

Continue Reading

How to check for device memory : For the ANDROID Developer

Okay so you are implementing your own Camera app and everything works perfectly well. But has your code checked as to whether there is enough space on your device for it to actually take videos? If you haven't, then here is a small easy code snippet that you can add into your code to make sure your camera app doesn’t fail you even...

Continue Reading

How do I create a .p12 file?

iOS
First most important thing: You cannot sign in your app without a private key! Private keys are very important and should be always kept safe, because if they are missing, you will have a to face alot of difficulties. Your certificates will not work, you will see alot of error messages in Xcode, "No valid signing identity found" , blah blah blah! You...

Continue Reading

iOS Code Signing - A Complete Walkthrough

iOS
Sometimes deploying your app on your iPad/iPhone can be such a mess. Apple somehow makes things so complicated for a novice user to understand and use it. There are so many articles out there related to code signing, but sometimes its not very easy for users to understand what is happening where. So with my understanding on how this works, I am going...

Continue Reading

Tomorrow is yet...another day

You wake up in the morning. But then you surrounded by profound sadness of facing another new day. You are so disappointed in you and the world that revolves around you that you don’t want to blend in with the progress of the day. Then you think, why do I have to dread the fact of facing a new day all by myself?...

Continue Reading