python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Saving an image and displaying it in gallery
I am trying to implement google's code from https://developer.android.com/training/camera/photobasics however I am a little bit stuck.
This is my MainActivity:
package com.example.storage_thingy;
imp...
lord
Votes: 0
Answers: 1
Saving data from Websocket in Mysql, is better to save in real time or make bulk inserts?
I'm receiving data from a websocket and saving it in MySQL.
Currently I'm saving it in real time, I mean, I save it after receiving it, this usually means a multiple inserts with small data in just on...
Enrique
Votes: 0
Answers: 0
Matplotlib video zooming and quality
I already figured out how to save a video animation and zooming a picture with matplotlib.
I want now to merge the two things and understand how to introduce zoom in an animation: reading some documen...
Rob Tan
Votes: 0
Answers: 1
Hibernate - MappingException - Unkown Entity
When trying to save Student using session, I get this error though I used
.addAnnotatedClass(Student.class)
in Configuration and used
<mapping class="com.hibernate_demo.models.Student"...
Tjurek
Votes: 0
Answers: 1