I have tried everything from tutorials, answers all around, even with examples from https://github.com/facebook/facebook-android-sdk/tree/master/samples. I have
I have already tried with single activity and multiple fragment which is added programmatically as per layout(2x2,2x3) same as instagram. But when i load camera
I have the following situation. The Flight model (flights) has a field named 'airlines_codes' (TextField) in which I store data in JSON array like format: ["TB"
Hello :) I want to launch APK installation by clicking the notification. I have already implemented file download and after that notification appears but if I c
I have a Table TABLE1 what is need to do is to duplicate the row value based on a coulmn value based on some condition. Shown Below is the table: INPUT COMPANY|
I need to validate email addresses which can be single or several comma-separated ones. Before I was using in a regular expression validator an expression like
I have this code: f = pd.read_csv(data,delimiter=",",chunksize=1000000) print(f) f.head() Which uses pandas to read the csv file with name from the variable
I am new to JS , and i was creating a form where i would click the save button and the entered text would shown in the page , but when i click the save button t
I am running the following codes but the server doesn't work. It produces a link but the link doesn't open. I receive the following warnings: Serving Flask app
I am trying to make a RShiny app to visualize a time series app. The app also allows the user to set/change a range of dates, this range will then update the Le