Questions tagged [asset-management]
94 questions
0
votes
2 answers
Writing to existing file with help of assets manager in android
I am using the below code for reading my file and it is working fine, but now I want to add new text to that file. Please help me
private void loadingDictionary() {
// TODO Auto-generated method stub
AssetManager mgr;
try{
mgr =…

Happy
- 169
- 1
- 4
- 10
0
votes
1 answer
Rails image_tag is looking at my production server for assets!
I read that by setting ActionController::Base.asset_host, you can control where rails looks for assets. However, by default Rails should look in '/public/...'
Somehow my Rails app knows to look at my production address when in development mode and…

Tony
- 18,776
- 31
- 129
- 193
-1
votes
1 answer
How do I get Snipe-IT API to retrieve data using a Google App Script and populate it on a Google Sheet?
I am attempting to create a visualization of the data we have on Snipe-IT Asset Management on Google Data Studio. To do so, I am creating a Google Sheets spreadsheet with an App Script extension that will communicate with the Snipe-IT API, retrieve…
-1
votes
1 answer
How can I put an image with the Asset Manager into a IplImage?
I have a problem with my pictures which need to be loaded. The problem is that they are in the asset folder and I tried to load them with the path:
static String objectFilename = "file:///android_asset/sblinksoben.png";
After that I tried to load…

Sander
- 73
- 2
- 10