The asset tag has no wiki summary.
1
vote
2answers
82 views
Why would android forget some assets?
My Problem: Only one image will actually load from the assets folder. I have all the images there and when I try to access any of them I don't get an error. By actually load I mean it shows the image ...
0
votes
2answers
861 views
How to upadte Sqlite DB in asset folder, not the copy DB?
I need to deal with sqlite db placed in asset folder in Android project.
The issue is that usually we create a copy of asset db at runtime and all the queries are done on this copy, but the problem is ...
1
vote
1answer
709 views
Android: how do I create File object from asset file?
I have a text file in the assets folder that I need to turn into a File object (not into InputStream). When I tried this, I got "no such file" exception:
String path = ...
1
vote
0answers
111 views
Android: missing data from AssetStream? (read MIDI data is inaccurate)
I'm wanting to read MIDI data from an asset stream. The file is a MIDI0 file of length 150 bytes according to Windows. Using this code, I read 150 bytes measured by count, but the output string is ...
2
votes
3answers
852 views
Gmaps is not defined in production on Heroku Cedar
I'm new to RoR so there are many concepts that I don't understand well yet.
As my first project on rails I coded a site base on the tutorial by Michael Hartl.
My site is done in rails 3.1.0 and it ...
1
vote
1answer
274 views
Android: storing external files and folders as assets? Resources? Something else?
In my Android app, I load a file and a folder containing a bunch of files. I am trying to determine whether these should be added as assets, as resources or something else entirely.
The file is an ...
0
votes
1answer
97 views
packager-based asset embedding
The situation is as follows. Currently i'm developing an AIR game that will contain plenty of bitmap assets. I'd like to target several tablets (iPad, Xoom, others) and, thus, am considering having ...
2
votes
2answers
125 views
Rails assets: How can you reference images from another app?
Rails adds an md5 hash to images names when moving them to the /public/assets directory during precompilation. The problem is that these hashes are unpredictable, so how can I know what they're going ...
0
votes
2answers
105 views
how to encode pics paths in css based on base64?
I've recently encountered with sites that their site's assets (logo, resource pics) are like below:
background: ...
0
votes
1answer
473 views
Android Webview index.html from server loading xxx.jpg from local
I've to loas a page index.php from a server. I wan't to load local files fron assets folder in my project, but i doesn't work.
@Override
public void onCreate(Bundle savedInstanceState) {
...
2
votes
3answers
429 views
Liferay: How to fetch the first 3 items from an asset publisher?
In Liferay I have used the asset publisher to publish news on my news page. I want to fetch the 3 top news from the page and embed it into another page. How can I do this? The page URL containing the ...
3
votes
1answer
360 views
making HTML5 AssetLoader, do browsers always cache images?
I am building an asset loader for a simple Object-Oriented game engine in HTML5. Right now I know of two ways to make the asset loader (summarized below) and I prefer the second approach. My question ...
1
vote
1answer
1k views
how to export video asset via AVAssetExportSession in portrait mode
when i export a video asset via AVAssetExportSession the result file is in landspace mode.
(file grabbed via itune->apps->file sharing->my app).
how can i export the video asset in portrait mode ...
2
votes
3answers
226 views
Keeping video file in asset folder?
can we keep a video in the assets folder, i am developing an app where i taught to guide the users by showing video of how the app works instead of snap shots and texts????
Is it the good way of ...
0
votes
1answer
258 views
Facebook like button in Rails, how to put Facebook JS in assets?
I am doing this in order to have Facebook like button in my page:
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
And after that:
<fb:like href= "" ...
1
vote
1answer
174 views
Rails3 and static assets of CSS+Javascript in plugins
I have downloaded some plugins that contains multiple .css,.js and image files, is there a way for me to circumvent splitting each of these plugins up into these three directories:
...
0
votes
1answer
542 views
Assetic AssetFactory::createAsset(array $input, …) - $input doesn't accept \Assetic\Asset\* elements
I have a couple of methods which combine many CSS assets to one, minify them and dump them (cached) to a generated filename like "/assetic/6bad22c.css". I achieve this by making use of the following:
...
4
votes
1answer
431 views
How to secure the android assets folder from hackers
How can I protect the Android assets folder from hackers. Is there any method to safeguard the assets folder?
0
votes
0answers
641 views
loading files from assets directory
Helo.
I'm writing a java application for android 2.2.
I'm trying to load file by getting it's InputStream.
as far as i understood i should place the file in assets directory.
I'm loading the file ...
0
votes
2answers
290 views
Which is the best practice to include a .ZIP file inside an Android .APK?
I need to provide a zip file (~4-5MB) as a bundle for my app, so I want to include it in my Android project.
The only way I found to achieve this is to put it inside the raw folder or alternatively ...
0
votes
4answers
191 views
Download a brand new asset from the server: what is the best practice?
My app downloads some assets from my server using an AsyncTask and I put them in a folder on the SD Card. Then, I use these assets in my buttons backgrounds. Everything works, but I'm wondering the ...
3
votes
2answers
2k views
cell imageView in UITableView doesn't appear until selected
Here is a video of the problem: http://youtu.be/Jid0PO2HgcU
I have a problem when trying to set the image for the [cell imageView] in a UITableView from the asset library.
The image is loaded but ...
2
votes
0answers
328 views
iOS Progressive asset (or asset bundle) loading after app launch
I'm looking to add more gradual/progressive asset loading to my iOS app, a bit like ZeptoLab do for Cut the Rope. I want to reduce the time the user spends on the static Default.png while the app ...
2
votes
1answer
456 views
How to keep hdpi,mdpi,ldpi and xhdpi files in the Android asset folder?
I know it's not possible to create subfolders in android drawable folder and we can use the asset folder to keep our external files. My problem is how do we store the hdpi,mdpi,ldpi and xhdpi ...
0
votes
1answer
65 views
flash - rescale an asset that's a hierarchy of bitmaps?
I have some FLA/SWF assets which are hierarchies of bitmaps.
They have timelines which page-flip through different bitmaps.
I'd like to scale these assets down in pixel-size, including the bitmaps ...
1
vote
0answers
255 views
How do I remove old assets during an update?
To make a long story short, we have released an app that has hundreds of images stored in the application bundle. The file structure for the images is something like:
...
0
votes
1answer
1k views
Path to web directory and assets in .js files in symfony2
I'm googling and googling and can't find what I need.
How to get path to "web" directory in symfony2 in
action [no idea, i only found solution for older versions of symfony:
$sf_relative_url_root = ...
0
votes
2answers
3k views
Problems loading html asset into webview
I am having difficulty in loading a html file from my project assets folder into a webview. I have looked at dozens of tutorials and solutions but none seem to work for me.
In my project's assets ...
0
votes
1answer
262 views
mootools: help loading multiple, per-page, Asset.javascript files
i want to load an array of page-specific external .js files. in the past, i did it through PHP at the top of each page, like so:
<?php
$jsFiles = array("file01.js", "file02.js", ...);
...
4
votes
2answers
5k views
android get Bitmap or sound from assets
I need to get Bitmap and sound from assets. I try to do like this:
BitmapFactory.decodeFile("file:///android_asset/Files/Numbers/l1.png");
And like this:
...
0
votes
1answer
1k views
How to get exif information from ALAsset?
I need to get exif information from selected asset and to display part of it on the screen.
0
votes
1answer
287 views
how to access my assets folder videos?
I have some videos in assets folder, I wish to view that videos in grid view.
I don't know how to view in grid view. If I click in particular video in grid view then only I want to play.
I am ...
2
votes
1answer
2k views
How to save back into a file in assets folder
I understand I can open a file in assets folder like this.
InputStream is = ((Activity) mView).getAssets().open("some.txt");
But what should I do to save back to the same file? I mean how do I get ...
0
votes
0answers
392 views
Opening text file in assets folder throws a FileNotFound exception
I'm currently developing an app where I need to open a text file. I put that file in the assets folder and try to open it with the following code:
try {
AssetManager manage = ...
0
votes
1answer
314 views
Media asset management solution php, mysql, cloud
I'm looking for a media asset management solution which is ...
free/opensource
runs preferetly on php, mysql
stores assets in the cloud.
has customizable rights for usergroups and assets
cdn ...
1
vote
0answers
192 views
JMonkey 3 Asset Cache
I'm in the process of learning JMonkey for the purpose of building a framework on top of it.
How do I manage the asset cache?
Is there any way to clear it?
Is there any way to delete a specific ...
1
vote
0answers
383 views
Enable compression, Minify JavaScript rails 3.1 in development mode
Hi Guys I am checking the page speed from my web page in development mode with plugin for mozilla firefox page speed for firebug.
I want to know if is possible Enable compression and Minify ...
5
votes
2answers
11k views
Load an image to UIImage from a file path to the asset library
Related to my previous question here.
I have a path to an image in the asset library , for example:
assets-library://asset/asset.JPG?id=1000000001&ext=JPG
Now, how could I load the image from ...
2
votes
1answer
384 views
Rails 3.1 Netzke Asset Pipeline Issue
Walking through this tutorial and am having problems with Rails Asset Pipeline.
http://blog.writelesscode.com/blog/2010/06/14/extjs-rails-crud-application-in-7-minutes/
I make the symlink:
> ln ...
2
votes
1answer
1k views
Symfony2 - Using CSS assets in PHP templates
I have installed my assets using:
php app/console assets:install web/
and the public resources have been moved to the web folder without problems.
I now want to access these assets from my php ...
2
votes
1answer
490 views
Using “path” and “asset” for non-template data
When creating templates with Twig, it's easy to use the path and asset functions.
<a href="{{ path('my_route') }}"><img src="{{ asset('bundles/acmedemo/my_image.png') }}" /></a>
...
0
votes
1answer
115 views
How do applications that run on iOS3 and earlier select multiple images at a time like Image Picker?
I search through the web and only find that iOS 3 and earlier versions can only use the image picker control to select the photos. Is it the only way that we can give for user to select the photo?
I ...
0
votes
0answers
1k views
Symfony2 Asset Resource Path
In my apache2 setting for /etc/apache2/sites-available/default,
I make my website configuration like this:
Alias /new/ "/var/www/symfony/web/"
Alias /new"/var/www/symfony/web/"
<Directory ...
0
votes
1answer
1k views
Symfony: Inculde css and js on a php templete
How to include .css and .js files in a php file (index.html.php for example) on Symfony? (I'm using Symfony2 if that matters), I read that I must include the src/link within an asset function like ...
1
vote
1answer
578 views
Rails 3.1 Asset Pipeline: Precompiled MD5 Fingerprints don't match
I'm having a Rails 3.1 rc6 app on Heroku's cedar stack (ruby 1.9.2).
I precompile assets using rake assets:precompile RAILS_ENV=production locally on my development machine.
The problem is the ...
1
vote
3answers
3k views
How to get the sqlite path, in asset folder?
I'm a beginner here.
I've got two problem in android programming:
How can i open a Sqlite database, which is stored in the asset folder, in android?
Which path i have to use to access to my app ...
0
votes
1answer
147 views
which is the better way to keep and load images at run time in android?
I have up to 200 large scale fixed images and i need to handle it at run time.
[Consider performance and apk size]
1.where i can keep this images(Asset folder or drawables)?
2.currently ...
5
votes
4answers
9k views
How to open a pdf stored either in res/raw or assets folder?
I'm going to show a pdf in my application, and the pdf has to be bundled with the application.
What is a good way to do this?
I have read that it might be possible to do this by adding the pdf file ...
-2
votes
1answer
303 views
Update Prepopulated database placed in Asset Folder
My application have prepopulated database stored/ reside in asset folder under the resource folder.
I can read it .but how can i get a writeable database handle becoz i want to update that ...
1
vote
1answer
523 views
Override an asset host in rails, via the helper methods?
I was wondering if there was a way to override the asset host of an image.
For example lets say I have the following asset host and image tag
config.asset_host = "www.xxx.com
image_tag "blerg.gif"
...


